Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/
H A DDumpPool.cpp37 log_duration_(true) { in DumpPool()
108 log_duration_ = log_duration; in setLogDuration()
114 DurationReporter duration_reporter(duration_title, /*logcat_only =*/!log_duration_,
122 DurationReporter duration_reporter(duration_title, /*logcat_only =*/!log_duration_,
H A DDumpPool.h191 bool log_duration_; // For test purpose only, the default value is true. variable