Home
last modified time | relevance | path

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

/external/autotest/client/cros/
Dmainloop.py107 should_log = True
115 should_log = False
121 if should_log:
/external/webrtc/webrtc/base/
Dlogging.cc353 Boolean should_log = in OutputToDebug() local
357 log_to_stderr = exists_and_is_valid && should_log; in OutputToDebug()