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

Commit e19c4946 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

am: 492efa3e

Change-Id: Iffdc39d1620a9c636ed7c5ddb4396ea03b66c54d
parents 3eec71e3 492efa3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7608,7 +7608,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";