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