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

Commit 76f8688e authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 779d1778: am bd1454f5: Merge "Include debugger connection status in error entry"

Merge commit '779d1778'

* commit '779d1778':
  Include debugger connection status in error entry
parents a23935ab 779d1778
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6886,6 +6886,9 @@ public final class ActivityManagerService extends ActivityManagerNative
            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