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

Commit 87d0b2f4 authored by Jacek Surazski's avatar Jacek Surazski
Browse files

Add dumping of Running Service reports to ApplicationErrorReports

Change-Id: I5f10bf81af384777da2ac2d2c00463b766a4fb67
parent 7768e029
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -581,6 +581,9 @@ public class ApplicationErrorReport implements Parcelable {
            case TYPE_BATTERY:
                batteryInfo.dump(pw, prefix);
                break;
            case TYPE_RUNNING_SERVICE:
                runningServiceInfo.dump(pw, prefix);
                break;
        }
    }
}