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

Commit 4b500ced authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make system_server profilable on user." into rvc-dev

parents adbe11f6 876e06aa
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) {