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

Unified Diff: tools/battor_agent/battor_agent.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 | « no previous file | tools/battor_agent/battor_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_agent.h
diff --git a/tools/battor_agent/battor_agent.h b/tools/battor_agent/battor_agent.h
index cc3a7c36139e9961e4c5c5ed0a4d69ef47684674..87be4fccfcee206daeb1fe4593b6d7562571f1f6 100644
--- a/tools/battor_agent/battor_agent.h
+++ b/tools/battor_agent/battor_agent.h
@@ -183,6 +183,9 @@ class BattOrAgent : public BattOrConnection::Listener,
// The number of times we've attempted to init the BattOr.
uint8_t num_init_attempts_;
+ // The number of times we've attempted the BattOr StartTracing command.
+ uint8_t num_start_tracing_attempts_;
+
// The number of times that we've attempted to read the last message.
uint8_t num_read_attempts_;
« no previous file with comments | « no previous file | tools/battor_agent/battor_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698