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

Commit 0a8807ac 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: 852c74a9

Change-Id: Ia6fb079e4a391d0ee93e644a5c7446a36b46000c
parents 215507cf 852c74a9
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) {