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

Commit 7a33304f authored by Florian Mayer's avatar Florian Mayer Committed by Android (Google) Code Review
Browse files

Merge "Make system_server profilable on user."

parents ec920933 be583be3
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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) {