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

Commit be0b5e0d authored by Adam Bookatz's avatar Adam Bookatz Committed by Android (Google) Code Review
Browse files

Merge "Add uninstallReason to Settings dump"

parents e5c32305 6758fd6b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4869,6 +4869,9 @@ public final class Settings implements Watchable, Snappable {
            date.setTime(pus.getFirstInstallTime());
            pw.println(sdf.format(date));

            pw.print("      uninstallReason=");
            pw.println(userState.getUninstallReason());

            if (userState.isSuspended()) {
                pw.print(prefix);
                pw.println("  Suspend params:");