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

Commit 6f6cda29 authored by William Loh's avatar William Loh Committed by Automerger Merge Worker
Browse files

Merge "Add app metadata file path to dumpsys" into udc-dev am: 1b7525f6

parents ef30a8fd 1b7525f6
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());