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

Commit 67b8b03c authored by Gavin Corkery's avatar Gavin Corkery Committed by Automerger Merge Worker
Browse files

Merge "Send BUGREPORT_REQUESTED broadcast to system user" into sc-dev am: 86c46189

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14236413

Change-Id: Iead366317f04272da54f3dd0e93b799b56e25a07
parents 89b61fe4 86c46189
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6487,7 +6487,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        final long identity = Binder.clearCallingIdentity();
        try {
            // Send broadcast to shell to trigger bugreport using Bugreport API
            mContext.sendBroadcast(triggerShellBugreport);
            mContext.sendBroadcastAsUser(triggerShellBugreport, UserHandle.SYSTEM);
        } finally {
            Binder.restoreCallingIdentity(identity);
        }