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

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

Merge "Rename from uid-state-change-logs to uid-state-changes"

parents 0dda8579 3d09d7a7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4817,7 +4817,7 @@ public class AppOpsService extends IAppOpsService.Stub implements PersistenceSch
        pw.println("    Only output the watcher sections.");
        pw.println("  --history");
        pw.println("    Only output history.");
        pw.println("  --uid-state-change-logs");
        pw.println("  --uid-state-changes");
        pw.println("    Include logs about uid state changes.");
    }

@@ -5039,7 +5039,7 @@ public class AppOpsService extends IAppOpsService.Stub implements PersistenceSch
                } else if (arg.length() > 0 && arg.charAt(0) == '-') {
                    pw.println("Unknown option: " + arg);
                    return;
                } else if ("--uid-state-change-logs".equals(arg)) {
                } else if ("--uid-state-changes".equals(arg)) {
                    dumpUidStateChangeLogs = true;
                } else {
                    pw.println("Unknown command: " + arg);