Home
last modified time | relevance | path

Searched refs:_log (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/tests/lldb/tests/harness/
Dutil_bundle.py69 self._log = util_log.get_logger()
112 self._log.info('Uninstalling the application: %s', app)
121 self._log.error('Cannot match the string "Success" in the '
125 self._log.debug('Application uninstalled: %r', app)
128 self._log.warning('unable to uninstall app ' + app)
151 self._log.warning('unable to uninstall app ' + app)
178 self._log.info('pushing {0}'.format(app))
226 self._log.info('pushing {0}'.format(app))
324 self._log.log_and_print(app_name +
330 self._log.error('Executable {0} neither Java nor NDK.'
[all …]
Dutil_android.py45 self._log = util_log.get_logger()
91 self._log.debug('Execute ADB: %s', cmd)
107 self._log.warn('[ADB] The command timed out: %s', cmd)
149 self._log.debug('[ADB] Attempt #%d: %s', attempt + 1, args)
173 threshold = self._log.getEffectiveLevel()
175 self._log.warn("[ADB] Command executed: {0}".format(cmd))
186 self._log.log(level, 'RC: {0}, Output: {1}'.format(return_code,
273 self._log.warn('Unable to find pid of: {0}'.format(process_name))
277 self._log.warn('Found multiple instances of {0} running: {1}'
282 self._log.info('App pid found: {0}'.format(pids[0]))
[all …]
/frameworks/base/cmds/idmap2/
Dstatic-checks.sh18 function _log() function
31 _log "${green}[ RUN ]${reset} ${label}"
34 _log "${green}[ OK ]${reset} ${label}"
38 _log "${red}[ FAILED ]${reset} ${label}"
/frameworks/base/libs/androidfw/
DAssetManager2.cpp143 base::ScopedLogSeverity _log(base::INFO); in DumpToLog() local
1486 base::ScopedLogSeverity _log(base::INFO); in Dump() local