Loading core/java/android/app/ActivityThread.java +5 −3 Original line number Diff line number Diff line Loading @@ -4158,10 +4158,12 @@ public final class ActivityThread { appContext.init(data.info, null, this); final File cacheDir = appContext.getCacheDir(); if (cacheDir != null) { // Provide a usable directory for temporary files System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath()); setupGraphicsSupport(data.info, cacheDir); } /** * For system applications on userdebug/eng builds, log stack Loading Loading
core/java/android/app/ActivityThread.java +5 −3 Original line number Diff line number Diff line Loading @@ -4158,10 +4158,12 @@ public final class ActivityThread { appContext.init(data.info, null, this); final File cacheDir = appContext.getCacheDir(); if (cacheDir != null) { // Provide a usable directory for temporary files System.setProperty("java.io.tmpdir", cacheDir.getAbsolutePath()); setupGraphicsSupport(data.info, cacheDir); } /** * For system applications on userdebug/eng builds, log stack Loading