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

Commit 134fae93 authored by Wei Liu's avatar Wei Liu Committed by android-build-merger
Browse files

Merge \\"Add bugreportwear service for Wear.\\" into nyc-mr1-dev am: c14e23cf

am: db310f91

Change-Id: I4c47eb463cc128e3a0dd88789f5bbdf51fc9c048
parents faff108b db310f91
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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