Log when dropping cached app data
This commit is contained in:
parent
a456a9b8d9
commit
5ab0acf4c0
@ -76,8 +76,10 @@ public class FDroidApp extends Application {
|
||||
try {
|
||||
appsInvalidLock.acquire();
|
||||
invalid = appsInvalid;
|
||||
if (invalid)
|
||||
if (invalid) {
|
||||
appsInvalid = false;
|
||||
Log.d("FDroid", "Dropping cached app data");
|
||||
}
|
||||
} catch (InterruptedException e) {
|
||||
// Don't care
|
||||
} finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user