Fix some nits in android metrics reporter am: 8cbf696f9f am: 09aef9ff41
am: db68add202
Change-Id: I5a332476f953fd5c625d4a9294e5d847ed259d1f
diff --git a/metrics_reporter_android.cc b/metrics_reporter_android.cc
index 26aa057..3cb356f 100644
--- a/metrics_reporter_android.cc
+++ b/metrics_reporter_android.cc
@@ -26,7 +26,7 @@
namespace {
void LogHistogram(const std::string& metrics, int value) {
android::metricslogger::LogHistogram(metrics, value);
- LOG(INFO) << "uploading " << value << "to histogram for metric " << metrics;
+ LOG(INFO) << "uploading " << value << " to histogram for metric " << metrics;
}
} // namespace
@@ -37,7 +37,7 @@
// The histograms are defined in:
// depot/google3/analysis/uma/configs/clearcut/TRON/histograms.xml
constexpr char kMetricsUpdateEngineAttemptNumber[] =
- "ota_update_engine_attempt_count";
+ "ota_update_engine_attempt_number";
constexpr char kMetricsUpdateEngineAttemptResult[] =
"ota_update_engine_attempt_result";
constexpr char kMetricsUpdateEngineAttemptDurationInMinutes[] =