Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b51a917c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make system_server profilable on user." into rvc-dev am: 4b500ced am:...

Merge "Make system_server profilable on user." into rvc-dev am: 4b500ced am: 852c74a9 am: 0a8807ac

Change-Id: I5fbcef5cbd4756d93ee24ea0e98673c342a179d3
parents f5867786 0a8807ac
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -519,10 +519,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) {