Home
last modified time | relevance | path

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

123

/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py227 logging.debug("service_name: %s", service_name)
228 logging.debug("file_path: %s", file_path)
229 logging.debug("bits: %s", bits)
230 logging.debug("driver_type: %s", driver_type)
246 logging.debug("resp for LAUNCH_DRIVER_SERVICE: %s", resp)
261 logging.debug("resp for LIST_APIS: %s", resp)
334 logging.debug("var_spec_msg: %s", var_spec_msg)
356 logging.debug("returned a submodule spec")
357 logging.debug("spec: %s", result.return_type_submodule_spec)
395 logging.debug("returned a submodule spec")
[all …]
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py47 logging.debug(attribute)
88 logging.debug("GetAPI %s for %s", api_name, self._if_spec_msg)
196 logging.debug("remote call %s%s", api_name, args)
199 logging.debug("arg msg %s", arg_msg)
200 logging.debug("value %s", value_msg)
205 logging.debug("converted_message: %s", converted_msg)
214 logging.debug(func_msg)
221 logging.debug("final msg %s", call_msg)
245 logging.debug("Nested interface name: %s",
339 logging.debug("fuzzed %s", arg_msg)
[all …]
Dhal_mirror.py154 logging.debug("specification: %s", specification)
165 logging.debug(
169 logging.debug("arg%s: %s", arg_index, args[arg_index])
208 logging.debug("found_api_spec %s", found_api_spec)
/test/vts/testcases/template/mobly/
Dmobly_test.py85 logging.debug('Android device serial: %s' % ad.serial)
87 logging.debug('Test cases: %s' % self.ListTestCases())
94 logging.debug('mobly log path: %s' % self.mobly_dir)
173 logging.debug('Mobly test yaml result path: %s', file_path)
199 logging.debug('Adding result for %s' % result[records.TestResultEnums.RECORD_NAME])
228 logging.debug('Parsing result type: %s', type)
232 logging.debug('Unknown result type: %s', type)
245 logging.debug('Adding result for %s' % doc.get(records.TestResultEnums.RECORD_NAME))
268 logging.debug(str(k) + ": " + str(v))
/test/vts/testcases/template/llvmfuzzer_test/
Dllvmfuzzer_test.py54 logging.debug("Testcases: %s", self._testcases)
55 logging.debug("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH,
57 logging.debug("%s: %s", config.ConfigKeys.FUZZER_CONFIGS,
76 logging.debug("Adb pushed: %s", testcase)
183 logging.debug("Executing: %s", fuzz_cmd)
223 logging.debug('FUZZER_TEST_CRASH_REPORT for %s: "%s"', fuzzer,
238 logging.debug("Test result: %s" % result)
/test/vts/utils/python/precondition/
Dprecondition_utils.py75 logging.debug("FILE_PATH_PREFIX: %s", file_path_prefix)
76 logging.debug("Test bitness: %s", bitness)
94 logging.debug("Precondition check pass.")
132 logging.debug("Feature precondition check pass.")
165 logging.debug("Read first API level from the first device.")
173 logging.debug("Device's first API level=%d; precondition=%d", device_level,
/test/vts/utils/app_engine/
Dbigtable_client.py73 logging.debug('Creating the table %s', self._table_name)
91 logging.debug('Writing to the table : %s, column : %s',
112 logging.debug('Getting a single row by row key.')
125 logging.debug('Deleting the table : %s', self._table_name)
/test/vts/runners/adapters/acts/
Dacts_adapter.py81 logging.debug('Result path for %s: %s' % (self.test_type,
90 logging.debug('ACTS Test cases: %s', testcases)
129 logging.debug('cmd is: %s', cmd)
163 logging.debug('ACTS test result path: %s', file_path)
185 logging.debug('Adding result for %s' %
/test/vts-testcase/security/poc/target/kernel_sound/28838221/
Dpoc.runner_conf5 "path": "/sys/kernel/debug/asoc/msm8994-tomtom-snd-card/snd-soc-dummy/codec_reg"
9 "path": "/sys/kernel/debug/asoc/msm8994-tomtom-mtp-snd-card/snd-soc-dummy/codec_reg"
13 "path": "/sys/kernel/debug/asoc/msm8994-tomtom-snd-card/snd-soc-dummy/codec_reg"
/test/vts/runners/host/
Dtest_runner.py298 logging.debug("cwd: %s", os.getcwd())
325 logging.debug("controller_config: %s", controller_config)
342 logging.debug("Found %d objects for controller %s",
361 logging.debug("Destroying %s.", name)
434 logging.debug("Executing run list %s.", self.run_list)
440 logging.debug("Executing test cases %s in test class %s.",
443 logging.debug("Executing test class %s", test_cls_name)
Dbase_test.py173 logging.debug('Test filter: %s' % self.test_filter)
296 logging.debug(("Missing optional user param '%s' in "
550 logging.debug('Result proto message path: %s', report_proto_path)
610 logging.debug("Start timer with timeout=%ssec.", timeout)
731 logging.debug(msg)
756 logging.debug("Reason to skip: %s", record.details)
838 logging.debug('Skipping test failure procedure function during retry')
1253 logging.debug('host diagnosis command %s', cmd)
1254 logging.debug(' output: %s', results[cmd_utils.STDOUT][0])
1262 logging.debug('device diagnosis command %s', cmd)
[all …]
/test/vts/utils/python/coverage/
Dcoverage_utils.py113 logging.debug("removing existing coverage path: %s",
149 logging.debug("Coverage is disabled.")
260 logging.debug("hal_names: %s", str(hal_names))
287 logging.debug("Removing existing gcda files.")
310 logging.debug("Creating gcda dictionary")
312 logging.debug("Storing gcda tmp files to: %s",
462 logging.debug("Source file '%s' matched with project '%s'",
473 logging.debug("Source file '%s' matched with project '%s'",
636 logging.debug("Coverage file paths %s", str([fp for fp in gcda_dict]))
651 logging.debug("Cleaning up gcda files.")
Dcoverage_report.py52 logging.debug("Skip generated source file %s.", file_name)
60 logging.debug("Skip excluded source file %s.", file_name)
/test/vts/testcases/template/binary_test/
Dbinary_test.py84 logging.debug("%s: %s", keys.ConfigKeys.IKEY_DATA_FILE_PATH,
242 logging.debug('Bitness of test source, %s, does not match the '
251 logging.debug('Parsed test sources: %s', source_list)
258 logging.debug('Pushing from %s to %s.', src, dst)
270 logging.debug('Creating test case from %s with tag %s', dst,
332 logging.debug('Start class cleaning up jobs.')
358 logging.debug('Finished class cleaning up jobs.')
485 logging.debug("Executing binary test command: %s", cmd)
/test/vts-testcase/vndk/dependency/
DVtsVndkDependencyTest.py128 logging.debug("LL_NDK: %s", self._ll_ndk)
129 logging.debug("SP_HAL: %s", sp_hal_strings)
130 logging.debug("VNDK: %s", self._vndk)
131 logging.debug("VNDK_SP: %s", self._vndk_sp)
150 logging.debug("%s does not match the ABI", target_path)
235 logging.debug("%s is not an ELF file", target_path)
Dvts_vndk_dependency_test.py132 logging.debug("LL_NDK: %s", self._ll_ndk)
133 logging.debug("SP_HAL: %s", sp_hal_strings)
134 logging.debug("VNDK: %s", self._vndk)
135 logging.debug("VNDK_SP: %s", self._vndk_sp)
154 logging.debug("%s does not match the ABI", target_path)
247 logging.debug("%s is not an ELF file", target_path)
/test/vts/runners/host/tcp_server/
Dcallback_server.py58 logging.debug("Received callback message: %s", received_data)
61 logging.debug('Handling callback ID: %s', request_message.id)
173 logging.debug('TcpServer %s started (%s:%s)', server_thread.name,
Dcallback_server_test.py119 logging.debug('Sending Request to host %s using port %s', host, port)
127 logging.debug("Sent: %s", message)
132 logging.debug('Received: %s', received_message)
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py70 logging.debug("Disabling CPU frequency scaling")
179 logging.debug("registered service instances: %s", service_instances)
180 logging.debug("service comb mode: %d", comb_mode)
243 logging.debug("Enabling CPU frequency scaling")
/test/vts/utils/python/web/
Dfeature_utils.py51 logging.debug("Missing toggle parameter in configuration: %s",
55 logging.debug("Feature disabled in configuration: %s=False",
/test/vts/utils/python/file/
Dtarget_file_utils.py88 logging.debug("%s: Shell command '%s' results: %s", path, cmd, results)
113 logging.debug("%s: Shell command '%s' results: %s", filepath, cmd, results)
137 logging.debug("%s: Shell command '%s' results: %s", path, cmd, results)
/test/vti/test_serving/gae/webapp/src/endpoint/
Djob_queue.py122 logging.debug("[heartbeat] heartbeat job: hostname={}, "
125 logging.debug("[heartbeat] request status: {}".format(
127 logging.debug("[heartbeat] - devices = {}".format(
168 logging.debug("[heartbeat] Wrong infra_log_url address.")
/test/vts-testcase/nbu/src/utils/
Dandroid_base_test.py19 device.log.debug('No /etc/bluetooth/bt_stack.conf file found on device.')
21 device.log.debug('Content of /etc/bluetooth/bt_stack.conf: %s',
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py60 logging.debug("Disable batch mode when collecting tests.")
128 logging.debug('Gtest test case: %s' % test_case)
204 logging.debug(line)
244 logging.debug('Test tag: %s, attribute: %s',
/test/vts/utils/python/controllers/
Dandroid_device.py605 logging.debug('ro.vndk.lite: %s' % vndk_lite_str)
731 logging.debug("Pull config.gz to %s", config_path)
736 logging.debug("Found config: %s", line)
738 logging.debug("%s is not set.", config_name)
953 logging.debug("starting Android framework")
981 logging.debug("stopping Android framework")
1040 logging.debug("Checking process %s", process_name)
1047 logging.debug("Process %s not running", process_name)
1180 logging.debug("device_command_port: %s", self.device_command_port)
1386 self.log.debug("apk %s is not running", package_name)

123