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

Commit a24c0a6a authored by Nandana Dutt's avatar Nandana Dutt
Browse files

Add preserveLegacyExternalStorage to dumpsys

Fixes: 152873827
Test: manual
Change-Id: Ib88adbe1c5ba1842417a423a17becb137d95f2c0
parent c26df535
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4630,6 +4630,10 @@ public final class Settings {
                pw.print(prefix); pw.print("  privateFlags="); printFlags(pw,
                        privateFlags, PRIVATE_FLAG_DUMP_SPEC); pw.println();
            }
            if (pkg.hasPreserveLegacyExternalStorage()) {
                pw.print(prefix); pw.print("  hasPreserveLegacyExternalStorage=true");
                pw.println();
            }
            pw.print(prefix); pw.print("  forceQueryable="); pw.print(ps.pkg.isForceQueryable());
            if (ps.forceQueryableOverride) {
                pw.print(" (override=true)");