Loading services/java/com/android/server/SystemServer.java +2 −4 Original line number Diff line number Diff line Loading @@ -516,10 +516,8 @@ public final class SystemServer { // Initialize native services. System.loadLibrary("android_servers"); // Debug builds - allow heap profiling. if (Build.IS_DEBUGGABLE) { // Allow heap / perf profiling. initZygoteChildHeapProfiling(); } // Debug builds - spawn a thread to monitor for fd leaks. if (Build.IS_DEBUGGABLE) { Loading Loading
services/java/com/android/server/SystemServer.java +2 −4 Original line number Diff line number Diff line Loading @@ -516,10 +516,8 @@ public final class SystemServer { // Initialize native services. System.loadLibrary("android_servers"); // Debug builds - allow heap profiling. if (Build.IS_DEBUGGABLE) { // Allow heap / perf profiling. initZygoteChildHeapProfiling(); } // Debug builds - spawn a thread to monitor for fd leaks. if (Build.IS_DEBUGGABLE) { Loading