Merge "Add ANR info to traces for all builds" into tm-dev

This commit is contained in:
Ben Miles
2022-06-21 15:52:58 +00:00
committed by Android (Google) Code Review

View File

@@ -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;
}
/**