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

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

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

Merge commit 'bd1454f5' into gingerbread-plus-aosp

* commit 'bd1454f5':
  Include debugger connection status in error entry
parents bd6d5098 bd1454f5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -6812,6 +6812,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