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

Unified Diff: tools/battor_agent/battor_error.h

Issue 1991403002: [battor agent] Fix the init sequence so it retries inits instead of resets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaned up and ready for a 2nd review Created 4 years, 6 months 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
Index: tools/battor_agent/battor_error.h
diff --git a/tools/battor_agent/battor_error.h b/tools/battor_agent/battor_error.h
index fef354a703eb6a45b9613707a61be91c6d1d2bf5..0e02f01821eebdf5b834668f9d3a65e5d500f4b6 100644
--- a/tools/battor_agent/battor_error.h
+++ b/tools/battor_agent/battor_error.h
@@ -17,6 +17,7 @@ enum BattOrError {
BATTOR_ERROR_SEND_ERROR,
BATTOR_ERROR_RECEIVE_ERROR,
BATTOR_ERROR_UNEXPECTED_MESSAGE,
+ BATTOR_ERROR_INIT_MAX_RETRIES,
charliea (OOO until 10-5) 2016/06/10 17:05:33 my vote for this error message is "TOO_MANY_INIT_R
aschulman 2016/06/10 18:27:25 Done.
};
std::string BattOrErrorToString(BattOrError error);

Powered by Google App Engine
This is Rietveld 408576698