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

Commit feeae5ad authored by Nandana Dutt's avatar Nandana Dutt Committed by Automerger Merge Worker
Browse files

Merge "Add preserveLegacyExternalStorage to dumpsys" into rvc-dev am: 8a7e8b84

Change-Id: I55b4c12e5518f20ccfe12beb4d3328a736d1922b
parents 40ede05f 8a7e8b84
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4667,6 +4667,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)");