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

Commit 492efa3e authored by Abhijeet Kaur's avatar Abhijeet Kaur Committed by android-build-merger
Browse files

Merge "Set system property for FULL bugreport instead of default." am: e3a13309

am: 0c8165fc

Change-Id: I2f9e2b89c0976eccb82f99e8248aa614fc55e86c
parents 94cffb3a 0c8165fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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";