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

Commit e8c2e321 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 am: 177f8e41

parents e1b8af2c 177f8e41
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());