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

Commit 6758fd6b authored by Adam Bookatz's avatar Adam Bookatz
Browse files

Add uninstallReason to Settings dump

We used to print the installReason, but not the uninstallReason.

Test: manual
Bug: 216636343 (to help with it)
Change-Id: I7c3bf1cb61cef2972c457021e68599c2a10b450f
parent d707ebcd
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:");