Searched refs:logcat_only (Results 1 – 2 of 2) sorted by relevance
80 explicit DurationReporter(const std::string& title, bool logcat_only = false,
3277 DurationReporter::DurationReporter(const std::string& title, bool logcat_only, bool verbose, in DurationReporter() argument3278 int duration_fd) : title_(title), logcat_only_(logcat_only), verbose_(verbose), in DurationReporter()