Loading cmds/dumpstate/dumpstate.rc +12 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,15 @@ service bugreportplus /system/bin/dumpstate -d -p -B -P -z \ class main disabled oneshot # bugreportremote is an altered version of bugreport that is supposed to be # called not by human user of the device, but by DevicePolicyManagerService only when the # Device Owner explicitly requests it, and shared with the Device Policy Controller (DPC) app only # if the user consents # it will disable vibrations, screenshot taking and will not track progress or # allow user to enter any details service bugreportremote /system/bin/dumpstate -d -q -B -R -z \ -o /data/data/com.android.shell/files/bugreports/remote/bugreport class main disabled oneshot Loading
cmds/dumpstate/dumpstate.rc +12 −0 Original line number Diff line number Diff line Loading @@ -18,3 +18,15 @@ service bugreportplus /system/bin/dumpstate -d -p -B -P -z \ class main disabled oneshot # bugreportremote is an altered version of bugreport that is supposed to be # called not by human user of the device, but by DevicePolicyManagerService only when the # Device Owner explicitly requests it, and shared with the Device Policy Controller (DPC) app only # if the user consents # it will disable vibrations, screenshot taking and will not track progress or # allow user to enter any details service bugreportremote /system/bin/dumpstate -d -q -B -R -z \ -o /data/data/com.android.shell/files/bugreports/remote/bugreport class main disabled oneshot