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

Commit ebed14c3 authored by Ben Miles's avatar Ben Miles Committed by Automerger Merge Worker
Browse files

Merge "Add ANR info to traces for all builds" into tm-dev am: a2b0efdc am: ce647a5e

parents ef1f6a51 ce647a5e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package com.android.server.am;

import android.os.Build;
import android.os.Trace;

import java.util.UUID;
@@ -31,7 +30,7 @@ public class TraceErrorLogger {
    private static final int PLACEHOLDER_VALUE = 1;

    public boolean isAddErrorIdEnabled() {
        return Build.IS_DEBUGGABLE;
        return true;
    }

    /**