Removed the -p option since screenshots are now taken by Shell.
BUG: 26274653
Change-Id: I55760fe01bded0d194f2c56ebc809d555ceedf77
diff --git a/cmds/dumpstate/dumpstate.rc b/cmds/dumpstate/dumpstate.rc
index e21fd7c..72fdcfa 100644
--- a/cmds/dumpstate/dumpstate.rc
+++ b/cmds/dumpstate/dumpstate.rc
@@ -12,8 +12,7 @@
# 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 \
+service bugreportplus /system/bin/dumpstate -d -B -P -z \
-o /data/data/com.android.shell/files/bugreports/bugreport
class main
disabled