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

Commit bd1454f5 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Code Review
Browse files

Merge "Include debugger connection status in error entry"

parents 3ed792d5 03d2ca6e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9252,6 +9252,9 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
            sb.append("Subject: ").append(subject).append("\n");
        }
        sb.append("Build: ").append(Build.FINGERPRINT).append("\n");
        if (Debug.isDebuggerConnected()) {
            sb.append("Debugger: Connected\n");
        }
        sb.append("\n");
        // Do the rest in a worker thread to avoid blocking the caller on I/O