diff options
| -rw-r--r-- | cmds/dumpstate/dumpstate.rc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.rc b/cmds/dumpstate/dumpstate.rc index 1f56d210cc..3448e91088 100644 --- a/cmds/dumpstate/dumpstate.rc +++ b/cmds/dumpstate/dumpstate.rc @@ -38,3 +38,11 @@ service bugreportremote /system/bin/dumpstate -d -q -B -R -z \ class main disabled oneshot + +# bugreportwear is a wearable version of bugreport that displays progress and takes early +# screenshot. +service bugreportwear /system/bin/dumpstate -d -B -P -p -z \ + -o /data/user_de/0/com.android.shell/files/bugreports/bugreport + class main + disabled + oneshot |