Home
last modified time | relevance | path

Searched refs:log_max (Results 1 – 1 of 1) sorted by relevance

/hardware/google/pixel/health/
DBatteryMetricsLogger.cpp106 std::string log_max = "max-" + std::to_string(metric) + " "; in uploadMetrics() local
109 log_max += std::to_string(max_[metric][j]) + " "; in uploadMetrics()
112 LOG(INFO) << log_max; in uploadMetrics()