Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/tests/controllers/android_lib/
Dlogcat_test.py34 self._get_log_level = logcat._get_log_level
37 logcat._get_log_level = self._get_log_level
64 level = logcat._get_log_level(BASE_TIMESTAMP + 'V')
70 level = logcat._get_log_level(BASE_TIMESTAMP + 'D')
76 level = logcat._get_log_level(BASE_TIMESTAMP + 'I')
82 level = logcat._get_log_level(BASE_TIMESTAMP + 'W')
88 level = logcat._get_log_level(BASE_TIMESTAMP + 'E')
94 level = logcat._get_log_level('--------- beginning of main')
101 logcat._get_log_level = lambda message: logging.INFO
112 logcat._get_log_level = lambda message: logging.INFO
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dlogcat.py44 def _get_log_level(message): function
66 log.log(_get_log_level(message), message)