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

Commit c9677274 authored by Michal Karpinski's avatar Michal Karpinski Committed by Android (Google) Code Review
Browse files

Merge "Adding new bugreportremote service"

parents 927d64c2 b922d694
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -17,3 +17,15 @@ service bugreportplus /system/bin/dumpstate -d -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