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

Commit b922d694 authored by Michal Karpinski's avatar Michal Karpinski
Browse files

Adding new bugreportremote service

Bug: 26152603
Change-Id: Ibe5c908f69b0f2cd704ab5c7f71a7ff13da021e3
parent 79a27adb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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