Merge "Fix indentation in dumpsys package"
This commit is contained in:
committed by
Android (Google) Code Review
commit
dac90f0586
@@ -4935,9 +4935,9 @@ public final class Settings {
|
||||
|
||||
String[] overlayPaths = ps.getOverlayPaths(user.id);
|
||||
if (overlayPaths != null && overlayPaths.length > 0) {
|
||||
pw.print(prefix); pw.println(" overlay paths:");
|
||||
pw.print(prefix); pw.println(" overlay paths:");
|
||||
for (String path : overlayPaths) {
|
||||
pw.print(prefix); pw.print(" "); pw.println(path);
|
||||
pw.print(prefix); pw.print(" "); pw.println(path);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4949,10 +4949,10 @@ public final class Settings {
|
||||
if (libOverlayPaths.getValue() == null) {
|
||||
continue;
|
||||
}
|
||||
pw.print(prefix); pw.print(" ");
|
||||
pw.print(prefix); pw.print(" ");
|
||||
pw.print(libOverlayPaths.getKey()); pw.println(" overlay paths:");
|
||||
for (String path : libOverlayPaths.getValue()) {
|
||||
pw.print(prefix); pw.print(" "); pw.println(path);
|
||||
pw.print(prefix); pw.print(" "); pw.println(path);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user