Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: send_boot_metrics

Issue 5868004: init: Update boot-complete to run at login-prompt-visible. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/init.git@master
Patch Set: report boot-complete instead of login-prompt-ready Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « boot-complete.conf ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: send_boot_metrics
diff --git a/send_boot_metrics b/send_boot_metrics
index e611ebf6f60a3c7db3b7759b8a451eab3d46c92f..cb209082ce75cb42b1bc5f83181ce55685b92a1e 100755
--- a/send_boot_metrics
+++ b/send_boot_metrics
@@ -32,6 +32,6 @@ report_disk_metrics() {
}
report_disk_metrics $(
- bootstat_get_last login-prompt-ready read-sectors write-sectors)
+ bootstat_get_last boot-complete read-sectors write-sectors)
send_metrics_on_resume -b
« no previous file with comments | « boot-complete.conf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698