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

Commit 1b7525f6 authored by William Loh's avatar William Loh Committed by Android (Google) Code Review
Browse files

Merge "Add app metadata file path to dumpsys" into udc-dev

parents 940fcd1e f627e6bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4922,6 +4922,8 @@ public final class Settings implements Watchable, Snappable, ResilientAtomicFile
            date.setTime(ps.getLoadingCompletedTime());
            pw.print(prefix); pw.println("  loadingCompletedTime=" + sdf.format(date));
        }
        pw.print(prefix); pw.print("  appMetadataFilePath=");
        pw.println(ps.getAppMetadataFilePath());
        if (ps.getVolumeUuid() != null) {
            pw.print(prefix); pw.print("  volumeUuid=");
                    pw.println(ps.getVolumeUuid());