Searched refs:logcat_only (Results 1 – 2 of 2) sorted by relevance
76 explicit DurationReporter(const std::string& title, bool logcat_only = false);
96 DurationReporter::DurationReporter(const std::string& title, bool logcat_only) in DurationReporter() argument97 : title_(title), logcat_only_(logcat_only) { in DurationReporter()