Loading services/core/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13691,7 +13691,7 @@ public class ActivityManagerService extends IActivityManager.Stub String extraOptions = null; String extraOptions = null; switch (bugreportType) { switch (bugreportType) { case ActivityManager.BUGREPORT_OPTION_FULL: case ActivityManager.BUGREPORT_OPTION_FULL: // Default options. extraOptions = "bugreportfull"; break; break; case ActivityManager.BUGREPORT_OPTION_INTERACTIVE: case ActivityManager.BUGREPORT_OPTION_INTERACTIVE: extraOptions = "bugreportplus"; extraOptions = "bugreportplus"; Loading
services/core/java/com/android/server/am/ActivityManagerService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -13691,7 +13691,7 @@ public class ActivityManagerService extends IActivityManager.Stub String extraOptions = null; String extraOptions = null; switch (bugreportType) { switch (bugreportType) { case ActivityManager.BUGREPORT_OPTION_FULL: case ActivityManager.BUGREPORT_OPTION_FULL: // Default options. extraOptions = "bugreportfull"; break; break; case ActivityManager.BUGREPORT_OPTION_INTERACTIVE: case ActivityManager.BUGREPORT_OPTION_INTERACTIVE: extraOptions = "bugreportplus"; extraOptions = "bugreportplus";