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 {
|
try {
|
||||||
appsInvalidLock.acquire();
|
appsInvalidLock.acquire();
|
||||||
invalid = appsInvalid;
|
invalid = appsInvalid;
|
||||||
if (invalid)
|
if (invalid) {
|
||||||
appsInvalid = false;
|
appsInvalid = false;
|
||||||
|
Log.d("FDroid", "Dropping cached app data");
|
||||||
|
}
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
// Don't care
|
// Don't care
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user