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

Commit 3d09d7a7 authored by Evan Severson's avatar Evan Severson
Browse files

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

Test: Presubmit
Fixes: 249389510
Change-Id: I7dc0346df5862f9fe8cf5816c7faf426d521a4e3
parent f9309d86
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line 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("    Only output the watcher sections.");
        pw.println("  --history");
        pw.println("  --history");
        pw.println("    Only output 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.");
        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) == '-') {
                } else if (arg.length() > 0 && arg.charAt(0) == '-') {
                    pw.println("Unknown option: " + arg);
                    pw.println("Unknown option: " + arg);
                    return;
                    return;
                } else if ("--uid-state-change-logs".equals(arg)) {
                } else if ("--uid-state-changes".equals(arg)) {
                    dumpUidStateChangeLogs = true;
                    dumpUidStateChangeLogs = true;
                } else {
                } else {
                    pw.println("Unknown command: " + arg);
                    pw.println("Unknown command: " + arg);