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

Commit 05b10c86 authored by Yongqin Liu's avatar Yongqin Liu Committed by android-build-merger
Browse files

Merge "bootstat.cpp: update help message for --record_boot_complete" am:...

Merge "bootstat.cpp: update help message for --record_boot_complete" am: f444650d am: efe27cd2 am: e5169979
am: e0c1ed5e

Change-Id: I33dd27f8ee36b1343e470fd9e69f42c5cfb8972b
parents 578fefb1 e0c1ed5e
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ void ShowHelp(const char *cmd) {
          "  -p, --print             Dump the boot event records to the console\n"
          "  -r, --record            Record the timestamp of a named boot event\n"
          "  --value                 Optional value to associate with the boot event\n"
          "  --record_boot_complete  Record metrics related to the time for the device boot\n"
          "  --record_boot_reason    Record the reason why the device booted\n"
          "  --record_time_since_factory_reset Record the time since the device was reset\n");
}