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

Commit 0c8165fc 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

Change-Id: I1489259760accad296d870b1552d60df40a4b033
parents 37902967 e3a13309
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13660,7 +13660,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        String extraOptions = null;
        switch (bugreportType) {
            case ActivityManager.BUGREPORT_OPTION_FULL:
                // Default options.
                extraOptions = "bugreportfull";
                break;
            case ActivityManager.BUGREPORT_OPTION_INTERACTIVE:
                extraOptions = "bugreportplus";