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

Commit f015d6a5 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by The Android Automerger
Browse files

Okay now let's really turn it off.

Change-Id: Idda3c13339a6a29a300555d31e67219c9af4ae68
parent 1e6989e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3038,7 +3038,7 @@ public final class ActivityManagerService extends ActivityManagerNative
    }
    final void logAppTooSlow(ProcessRecord app, long startTime, String msg) {
        if (true && IS_USER_BUILD) {
        if (true || IS_USER_BUILD) {
            return;
        }
        String tracesPath = SystemProperties.get("dalvik.vm.stack-trace-file", null);