Home
last modified time | relevance | path

Searched refs:debug_print (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/startop/scripts/lib/
Dcmd_utils.py69 print_utils.debug_print(cmd)
108 print_utils.debug_print('[EXECUTE]', cmd)
118 print_utils.debug_print('[$?]', return_code)
136 print_utils.debug_print('[PID]', process.pid)
146 print_utils.debug_print('[STDOUT]', line)
153 print_utils.debug_print('[TIMEDOUT] Process ', process.pid)
155 print_utils.debug_print('[TIMEDOUT] Sending SIGTERM.')
164 print_utils.debug_print('[TIMEDOUT] Sending SIGKILL.')
174 print_utils.debug_print('[TIMEDOUT] SIGKILL failed for process ',
Dlogcat_utils.py43 print_utils.debug_print('Invalid line: ' + timestamp)
66 print_utils.debug_print('[LOGCAT]:' + ' '.join(logcat_cmd))
83 print_utils.debug_print('DID TIMEOUT BEFORE SEEING ANYTHING ('
89 print_utils.debug_print(
Dprint_utils.py23 def debug_print(*args, **kwargs): function
53 debug_print(*new_args_list, **kwargs)
67 debug_print(*new_args_list, **kwargs)
/frameworks/base/startop/scripts/app_startup/lib/
Dapp_runner.py115 print_utils.debug_print('No --compiler-filter specified, don\'t'
132 print_utils.debug_print('Compiler Filter={} Reason={} Isa={}'.format(
149 adb_utils.debug_print('Queried compiler-filter matched requested '
160 print_utils.debug_print('==========================================')
161 print_utils.debug_print('===== START =====')
162 print_utils.debug_print('==========================================')
190 print_utils.debug_print('Running with timeout {}'.format(self.timeout))
247 print_utils.debug_print('metric: "{metric_name}", '
Dargs_utils.py23 print_utils.debug_print("None of the keys {} were in the dictionary".format(
48 print_utils.debug_print("opts_dict: ", opts_dict)
50 print_utils.debug_print("combinations_list: ", combinations_list)
Dperfetto_trace_collector.py67 print_utils.debug_print('iorapd-perfetto: purge file in ' +
/frameworks/base/startop/scripts/app_startup/
Dquery_compiler_filter.py124 print_utils.debug_print("INDENT=%d, LINE=%s" %(current_indent, line))
144 print_utils.debug_print("NEW REMAINDER: ", new_remainder)
168 print_utils.debug_print("all compiler filters: ", lst)
189 print_utils.debug_print("package tree: ", package_tree)
192 print_utils.debug_print("path tree: ", path_tree)
210 print_utils.debug_print("parsed options: ", opts)
214 print_utils.debug_print("package dumpsys: ", package_dumpsys)
216 print_utils.debug_print("parse tree: ", dumpsys_parse_tree)
Dapp_startup_runner.py228 print_utils.debug_print(argv)
265 print_utils.debug_print(combos)
268 print_utils.debug_print(combos)
297 print_utils.debug_print("gather_results: key_list = ", key_list)
301 print_utils.debug_print("run_result_list = ", run_result_list)
302 print_utils.debug_print("values = ", values)
364 print_utils.debug_print("parsed options: ", opts)
Drun_app_with_prefetch.py95 print_utils.debug_print('Drop caches for non-warm start.')
/frameworks/base/startop/scripts/iorap/
Dcompiler.py38 print_utils.debug_print('Compile using RI compiler.')
41 print_utils.debug_print(argv)
49 print_utils.debug_print('Compile using on-device compiler.')
Danalyze_prefetch_file.py63 print_utils.debug_print(tf_dict)
137 print_utils.debug_print(entry)
156 print_utils.debug_print(opts)
Dcompiler_device.py67 print_utils.debug_print(opts)