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

Test: Presubmit
Fixes: 249389510
Change-Id: I7dc0346df5862f9fe8cf5816c7faf426d521a4e3
This commit is contained in:
Evan Severson
2022-09-27 17:25:35 -07:00
parent f9309d8683
commit 3d09d7a7dc

View File

@@ -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);