Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 25 of 40) sorted by relevance

12

/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py142 log.debug("Loaded token {} from {}".format(token, WINSCOPE_TOKEN_LOCATION))
149 log.debug("Created and saved token {} to {}".format(token, WINSCOPE_TOKEN_LOCATION))
241 log.debug("Call: " + ' '.join(command))
244 log.debug('Error executing adb command: {}\n{}'.format(' '.join(command), repr(ex)))
247 …log.debug('Error executing adb command: {}\n{}'.format(' '.join(command), ex.output.decode("utf-8"…
258 log.debug('Error executing adb command: adb {}\n'.format(params) + err.decode(
263 log.debug('Error executing adb command: adb {}\n{}'.format(params, repr(ex)))
277 log.debug("Detected devices: " + j)
305 log.debug("Fetching file {} from device to {}".format(file_path, tmp.name))
307 log.debug("Deleting file {} from device".format(file_path))
[all …]
/development/tools/idegen/src/
DConfiguration.java76 Log.debug(sourceRoots.size() + " source roots"); in Configuration()
77 Log.debug(jarFiles.size() + " jar files"); in Configuration()
78 Log.debug(excludedDirs.size() + " excluded dirs"); in Configuration()
136 Log.debug("Skipped nonexistent: " + path); in traverse()
144 Log.debug("Excluding: " + path); in traverse()
165 Log.debug("Skipped: " + file); in traverse()
DLog.java24 static void debug(String message) { in debug() method in Log
/development/gsi/gsi_util/gsi_util/utils/
Ddebugfs.py40 logging.debug('debugfs failed to dump the file %s', file_spec)
64 logging.debug('get_type() returns None')
73 logging.debug('get_type() returns \'%s\'', ret)
Dimage_utils.py22 logging.debug('Unsparsing %s...', input_filename)
Dvintf_utils.py35 logging.debug('checkvintf %s %s...', manifest, matrix)
/development/gsi/gsi_util/gsi_util/mounters/
Dimage_mounter.py78 logging.debug('Checking system-as-root in %s...', raw_image_file)
95 logging.debug(
118 logging.debug('Created temp dir: %s', temp_dir)
129 logging.debug('Removing temp dir: %s', self._temp_dir)
Dcomposite_mounter.py87 logging.debug('_CompositeFileAccessor._handle_prepare_file(%s)',
95 logging.debug(' Not found')
124 logging.debug('CompositeMounter.add_by_mount_target(%s, %s)',
Dadb_mounter.py76 logging.debug('Created temp dir: %s', self._temp_dir)
83 logging.debug('Removing temp dir: %s', self._temp_dir)
/development/tools/mkstubs/src/com/android/mkstubs/
DFilterClassAdapter.java79 mLog.debug("- Remove field " + filterName); in visitField()
111 mLog.debug("- Remove method " + filterName); in visitMethod()
120 mLog.debug("- Remove method " + filterName); in visitMethod()
164 public void visitSource(String source, String debug) { in visitSource() argument
DSourceGenerator.java71 mLog.debug("Writing " + f.getPath()); in createWriter()
89 mLog.debug("Dump " + cr.getClassName()); in visitClassSource()
DStubGenerator.java70 mLog.debug("Wrote %s", destJar.getPath()); in generateStubbedJar()
102 mLog.debug("Stub " + cr.getClassName()); in visitClassStubber()
DAsmAnalyzer.java93 log.debug("- Remove class " + key); in filter()
/development/vndk/snapshot/
Dutils.py49 logging.debug('Running `{}`'.format(' '.join(cmd)))
54 logging.debug('Running `{}`'.format(' '.join(cmd)))
56 logging.debug('Output: `{}`'.format(output))
/development/gsi/gsi_util/
Dgsi_util.py61 if args.debug:
68 if args.debug:
Dbuild.py78 logging.debug('copy(): %s %s', src, dest)
85 logging.debug(' ANDROID_HOST_OUT=%s', host_out)
/development/gsi/gsi_util/gsi_util/checkers/
Dsepolicy_checker.py147 logging.debug('Using nonplat sepolicy: %r', _NONPLAT_SEPOLICY_CIL)
150 logging.debug('Using vendor sepolicy: %r and %r',
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DClassStubber.java85 public void visitSource(String source, String debug) { in visitSource() argument
86 super.visitSource(source, debug); in visitSource()
/development/tools/findunused/
Dfind_unused_resources.rb13 debug = false
222 if debug
/development/gsi/gsi_util/gsi_util/dumpers/
Dprop_dumper.py25 logging.debug('Parse %s...', filename_in_mount)
Dxml_dumper.py25 logging.debug('Parse %s...', filename_in_mount)
/development/scripts/
Dcargo2android.py226 self.debug = runner.args.debug
328 if self.debug:
354 if self.debug:
515 if self.debug:
539 if self.debug:
929 if self.runner.args.debug:
1007 if not self.runner.args.debug:
1247 if not self.args.debug:
1297 if self.args.debug: # include debug info of all crates
/development/gsi/gsi_util/gsi_util/commands/
Dpull.py35 logging.debug('Copy %s -> %s', filename, dest)
Ddump.py84 logging.debug('Info name list: %s', args.INFO_NAME)
/development/tools/axl/
Dlog.py44 def debug(self, *logstrs): member in Log

12