Loading core/java/com/android/internal/os/ZygoteInit.java +3 −4 Original line number Diff line number Diff line Loading @@ -329,7 +329,6 @@ public class ZygoteInit { Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); } System.gc(); runtime.runFinalizationSync(); Debug.resetGlobalAllocSize(); } Loading @@ -349,7 +348,7 @@ public class ZygoteInit { throw new RuntimeException(t); } } System.gc(); Log.i(TAG, "...preloaded " + count + " classes in " + (SystemClock.uptimeMillis()-startTime) + "ms."); } catch (IOException e) { Loading Loading @@ -421,7 +420,6 @@ public class ZygoteInit { if (false) { Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); } System.gc(); runtime.runFinalizationSync(); Debug.resetGlobalAllocSize(); } Loading @@ -438,6 +436,7 @@ public class ZygoteInit { } } } System.gc(); return N; } Loading @@ -449,7 +448,6 @@ public class ZygoteInit { if (false) { Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); } System.gc(); runtime.runFinalizationSync(); Debug.resetGlobalAllocSize(); } Loading @@ -466,6 +464,7 @@ public class ZygoteInit { } } } System.gc(); return N; } Loading Loading
core/java/com/android/internal/os/ZygoteInit.java +3 −4 Original line number Diff line number Diff line Loading @@ -329,7 +329,6 @@ public class ZygoteInit { Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); } System.gc(); runtime.runFinalizationSync(); Debug.resetGlobalAllocSize(); } Loading @@ -349,7 +348,7 @@ public class ZygoteInit { throw new RuntimeException(t); } } System.gc(); Log.i(TAG, "...preloaded " + count + " classes in " + (SystemClock.uptimeMillis()-startTime) + "ms."); } catch (IOException e) { Loading Loading @@ -421,7 +420,6 @@ public class ZygoteInit { if (false) { Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); } System.gc(); runtime.runFinalizationSync(); Debug.resetGlobalAllocSize(); } Loading @@ -438,6 +436,7 @@ public class ZygoteInit { } } } System.gc(); return N; } Loading @@ -449,7 +448,6 @@ public class ZygoteInit { if (false) { Log.v(TAG, " GC at " + Debug.getGlobalAllocSize()); } System.gc(); runtime.runFinalizationSync(); Debug.resetGlobalAllocSize(); } Loading @@ -466,6 +464,7 @@ public class ZygoteInit { } } } System.gc(); return N; } Loading