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

Commit e3a13309 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 481251a0 70b58e94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13647,7 +13647,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";