Loading core/java/android/app/LoadedApk.java +4 −0 Original line number Diff line number Diff line Loading @@ -1104,6 +1104,10 @@ public final class LoadedApk { return true; } if (mDataDir == null) { return false; } // Temporarily disable logging of disk reads on the Looper thread as this is necessary - // and the loader will access the directory anyway if we don't check it. StrictMode.ThreadPolicy oldThreadPolicy = allowThreadDiskReads(); Loading Loading
core/java/android/app/LoadedApk.java +4 −0 Original line number Diff line number Diff line Loading @@ -1104,6 +1104,10 @@ public final class LoadedApk { return true; } if (mDataDir == null) { return false; } // Temporarily disable logging of disk reads on the Looper thread as this is necessary - // and the loader will access the directory anyway if we don't check it. StrictMode.ThreadPolicy oldThreadPolicy = allowThreadDiskReads(); Loading