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

Commit f1d82f4a authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Moved 'bugreportplus' from init.rc to dumpstate.rc"

parents c545a3ae 8d1d572f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -8,3 +8,13 @@ service dumpstate /system/bin/dumpstate -s
    socket dumpstate stream 0660 shell log
    disabled
    oneshot

# bugreportplus is an enhanced version of bugreport that provides a better
# user interface (like displaying progress and allowing user to enter details).
# It's typically triggered by the power button or developer settings.
# TODO: remove the -p option when screenshot is taken by Shell
service bugreportplus /system/bin/dumpstate -d -p -B -P -z \
        -o /data/data/com.android.shell/files/bugreports/bugreport
    class main
    disabled
    oneshot