Home
last modified time | relevance | path

Searched refs:_log (Results 1 – 3 of 3) 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))
225 self._log.info('pushing {0}'.format(app))
323 self._log.log_and_print(app_name +
329 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/libs/androidfw/
DAssetManager2.cpp103 base::ScopedLogSeverity _log(base::INFO); in DumpToLog() local