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

Commit 037c5453 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

Change-Id: I57df67e59b6ed1187e0bb0893f6020d9f62f489f
parents dcb31d4b 4b500ced
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -513,10 +513,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) {