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

Commit a687d49a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Tweak LockSettingsService dump output"

parents 9032a61e 2661f5d5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -753,8 +753,9 @@ class LockSettingsStorage {
            pw.increaseIndent();
            File[] files = userPath.listFiles();
            if (files != null) {
                Arrays.sort(files);
                for (File file : files) {
                    pw.println(String.format("%4d %s %s", file.length(),
                    pw.println(String.format("%6d %s %s", file.length(),
                            LockSettingsService.timestampToString(file.lastModified()),
                            file.getName()));
                }