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

Unified Diff: tools/battor_agent/battor_error.h

Issue 2563033002: Make the BattOr agent retry start tracing when we fail to read an ack (Closed)
Patch Set: Created 4 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 | « tools/battor_agent/battor_agent_unittest.cc ('k') | tools/battor_agent/battor_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_error.h
diff --git a/tools/battor_agent/battor_error.h b/tools/battor_agent/battor_error.h
index 5ad3aaaed581d02462f5a3ac0655d8a775e02f77..ff5cf41a895c6561c6847df7d7025988ad002a18 100644
--- a/tools/battor_agent/battor_error.h
+++ b/tools/battor_agent/battor_error.h
@@ -18,6 +18,7 @@ enum BattOrError {
BATTOR_ERROR_RECEIVE_ERROR,
BATTOR_ERROR_UNEXPECTED_MESSAGE,
BATTOR_ERROR_TOO_MANY_INIT_RETRIES,
+ BATTOR_ERROR_TOO_MANY_START_TRACING_RETRIES,
};
std::string BattOrErrorToString(BattOrError error);
« no previous file with comments | « tools/battor_agent/battor_agent_unittest.cc ('k') | tools/battor_agent/battor_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698