Merge "Changed "Take Bug Report" action to call 'bugreportplus'."

This commit is contained in:
Felipe Leme
2015-12-10 23:59:00 +00:00
committed by Android (Google) Code Review

View File

@@ -37,7 +37,7 @@ public class BugreportPreference extends CustomDialogPreference {
@Override @Override
protected void onClick(DialogInterface dialog, int which) { protected void onClick(DialogInterface dialog, int which) {
if (which == DialogInterface.BUTTON_POSITIVE) { if (which == DialogInterface.BUTTON_POSITIVE) {
SystemProperties.set("ctl.start", "bugreport"); SystemProperties.set("ctl.start", "bugreportplus");
} }
} }
} }