From aaaa57bf8904ef383a9e766ace09725bc392aceb Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Mon, 25 Mar 2013 17:10:45 -0700 Subject: [PATCH] Bugreport broadcasts are only useful to owners. Bug: 8415156 Change-Id: Ia73969262abe9f715f038dad934651d7e5d65c87 --- cmds/dumpstate/dumpstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/dumpstate/dumpstate.c b/cmds/dumpstate/dumpstate.c index a18c00d1c..9a332a96d 100644 --- a/cmds/dumpstate/dumpstate.c +++ b/cmds/dumpstate/dumpstate.c @@ -478,7 +478,7 @@ int main(int argc, char *argv[]) { } if (do_broadcast && use_outfile && do_fb) { - run_command(NULL, 5, "/system/bin/am", "broadcast", + run_command(NULL, 5, "/system/bin/am", "broadcast", "--user", "0", "-a", "android.intent.action.BUGREPORT_FINISHED", "--es", "android.intent.extra.BUGREPORT", path, "--es", "android.intent.extra.SCREENSHOT", screenshot_path,