/test/suite_harness/common/util/tests/assets/ |
D | logcat.txt | 6 09-03 17:48:05.796 7072 7072 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** … 7 09-03 17:48:05.796 7072 7072 F DEBUG : Build fingerprint: 'google/angler/angler:7.1.1/N4F26T/36… 8 09-03 17:48:05.796 7072 7072 F DEBUG : Revision: '0' 9 09-03 17:48:05.796 7072 7072 F DEBUG : ABI: 'arm' 10 09-03 17:48:05.796 7072 7072 F DEBUG : pid: 11071, tid: 11189, name: AudioOut_D >>> /system/bi… 11 09-03 17:48:05.797 7072 7072 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x… 12 09-03 17:48:05.797 7072 7072 F DEBUG : r0 e9e7a240 r1 e9380000 r2 00000170 r3 00000000 13 09-03 17:48:05.797 7072 7072 F DEBUG : r4 00000002 r5 00000000 r6 ec1e1f25 r7 eb6f8000 14 09-03 17:48:05.797 7072 7072 F DEBUG : r8 00000000 r9 eb105204 sl 00000000 fp 000003c0 15 09-03 17:48:05.797 7072 7072 F DEBUG : ip ebd3df18 sp eaf80688 lr ec1e1f41 pc ebd38dd6 … [all …]
|
/test/vts/drivers/hal/common/driver_base/ |
D | DriverBase.cpp | 75 void wfn() { LOG(DEBUG) << "debug"; } in wfn() 77 void ffn() { LOG(DEBUG) << "debug"; } in ffn() 82 LOG(DEBUG) << "Skip loading " << target_dll_path; in LoadTargetComponent() 89 LOG(DEBUG) << "Loaded the target"; in LoadTargetComponent() 91 LOG(DEBUG) << "Loaded a non-legacy HAL file."; in LoadTargetComponent() 94 LOG(DEBUG) << "Target DLL path " << target_dll_path_; in LoadTargetComponent() 104 LOG(DEBUG) << "Module file name: " << component_filename_; in LoadTargetComponent() 106 LOG(DEBUG) << "Target_dll_path " << target_dll_path_; in LoadTargetComponent() 110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn); in LoadTargetComponent() 117 LOG(DEBUG) << "Fuzzing target component: " in Fuzz() [all …]
|
D | DriverCallbackBase.cpp | 40 LOG(DEBUG) << "type = " << message.type(); in Register() 52 LOG(DEBUG) << "map[" << func_pt.function_name() << "] = " << func_pt.id(); in Register() 60 LOG(DEBUG) << "GetCallbackID for " << name << "returns '" in GetCallbackID() 68 LOG(DEBUG) << " id = '" << message.id() << "'"; in RpcCallToAgent() 70 LOG(DEBUG) << "Abort callback forwarding."; in RpcCallToAgent()
|
/test/vts/agents/hal/ |
D | TcpServerForRunner.cpp | 67 LOG(DEBUG) << "TCP server port is " << (int)ntohs(serv_addr.sin_port); in StartTcpServerForRunner() 77 LOG(DEBUG) << "Listening"; in StartTcpServerForRunner() 84 LOG(DEBUG) << "Accepting"; in StartTcpServerForRunner() 91 LOG(DEBUG) << "[runner->agent] NEW SESSION"; in StartTcpServerForRunner() 92 LOG(DEBUG) << "[runner->agent] ==========="; in StartTcpServerForRunner() 96 LOG(DEBUG) << "Process for a runner - pid = " << getpid(); in StartTcpServerForRunner()
|
D | AgentRequestHandler.cpp | 45 LOG(DEBUG) << "open a dir " << path; in ListHals() 89 LOG(DEBUG) << "set service_name " << service_name; 119 LOG(DEBUG) << "file_path=" << file_path; 253 LOG(DEBUG) << "LoadHal " << module_name; 265 LOG(DEBUG) << "set service_name " << service_name; 271 LOG(DEBUG) << "set service_name " << service_name; 363 LOG(DEBUG) << "Call: success"; 421 LOG(DEBUG) << "ExecuteShellCommand: shell driver reported success"; 551 LOG(DEBUG) << "command_type = " << command_msg.command_type();
|
D | SocketServerForDriver.cpp | 125 LOG(DEBUG) << "New callback connection."; in StartSocketServerForDriver()
|
D | SocketClientToDriver.cpp | 127 LOG(DEBUG) << "Result: " << response_message.return_message(); in Call()
|
/test/vts/drivers/hal/server/ |
D | SocketServer.cpp | 49 LOG(DEBUG) << "LoadHal(" << path << ")"; in LoadHal() 54 LOG(DEBUG) << "Result: " << driver_id; in LoadHal() 68 LOG(DEBUG) << "Result: " << result; in ReadSpecification() 76 LOG(DEBUG) << "Result: " << result; in Call() 84 LOG(DEBUG) << "Result: " << result; in GetAttribute() 96 LOG(DEBUG) << "Result: " << output; in ListFunctions() 108 LOG(DEBUG) << " command_type " << command_message.command_type(); in ProcessOneCommand() 259 LOG(DEBUG) << "Trying to bind (port file: " << socket_port_file << ")"; in StartSocketServer() 272 LOG(DEBUG) << "Waiting for a new connection from the agent"; in StartSocketServer() 279 LOG(DEBUG) << "New session"; in StartSocketServer() [all …]
|
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 67 LOG(DEBUG) << "Checking a file " << ent->d_name; in FindComponentSpecification() 114 LOG(DEBUG) << "Loaded target comp"; in GetDriver() 148 LOG(DEBUG) << "Add a job " << func_msg.name(); in GetFuzzerBaseAndAddAllFunctionsToQueue() 174 LOG(DEBUG) << "Got Hidl Hal driver"; in GetHidlHalDriver() 199 LOG(DEBUG) << "Loaded target comp"; in GetHidlHalDriver() 210 LOG(DEBUG) << "DLL loaded " << driver_lib_path; in LoadDriver() 218 LOG(DEBUG) << "Function found; trying to call."; in LoadDriver() 235 LOG(DEBUG) << "DLL loaded " << driver_lib_path; in LoadDriverWithInterfacePointer()
|
D | DllLoader.cpp | 47 LOG(DEBUG) << "DLL loaded " << file_path; in Load()
|
/test/vts/drivers/libdrivercomm/ |
D | VtsDriverCommUtil.cpp | 43 LOG(DEBUG) << "Connect socket: " << socket_name; in Connect() 90 LOG(DEBUG) << "[agent->driver] len = " << message.length(); in VtsSocketSendBytes() 124 LOG(DEBUG) << "ERROR reading the length ret = " << ret in VtsSocketRecvBytes() 180 LOG(DEBUG) << "ERROR message string zero length."; in VtsSocketRecvMessage()
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | Nfc.driver.cpp | 26 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService() 154 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 168 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 183 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 192 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 201 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 210 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 219 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
|
D | TestMsgQ.driver.cpp | 46 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService() 226 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 238 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 258 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 270 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 282 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 294 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 306 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 314 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 324 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
|
D | MemoryTest.driver.cpp | 26 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService() 147 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 178 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 186 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 215 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 221 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
|
D | Bar.driver.cpp | 42 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService() 672 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 690 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 698 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 716 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 730 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 747 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 764 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 784 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 792 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() [all …]
|
D | NfcClientCallback.driver.cpp | 26 LOG(DEBUG) << "hw_binder_proxy_ = " << hw_binder_proxy_.get(); in GetService() 100 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction() 111 LOG(DEBUG) << "local_device = " << hw_binder_proxy_.get(); in CallFunction()
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 51 LOG(DEBUG) << "dll_file_name = " << dll_file_name; in LoadTargetComponent() 77 LOG(DEBUG) << "driver lib path " << driver_lib_path; in LoadTargetComponent() 120 LOG(DEBUG) << "Call Function " << api->name(); in CallFunction() 142 LOG(DEBUG) << "Called function " << api->name(); in CallFunction() 191 LOG(DEBUG) << "Get Atrribute " << api->name() << " parent_path(" in GetAttribute() 236 LOG(DEBUG) << "Found driver info with id: " << id; in GetDriverById() 246 LOG(DEBUG) << "Found driver info with id: " << id; in GetDriverPointerById() 344 LOG(DEBUG) << "Found hidl hal driver with id: " << it->first; in FindDriverIdInternal() 349 LOG(DEBUG) << "Found shared lib driver with id: " << it->first; in FindDriverIdInternal() 396 LOG(DEBUG) << "Return type: " << func_msg->return_type().type(); in ProcessFuncResultsForLibrary()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
D | PreviousResultLoader.java | 117 CLog.logAndDisplay(LogLevel.DEBUG, "Start loading the record protobuf."); in init() 143 CLog.logAndDisplay(LogLevel.DEBUG, "Done loading the record protobuf."); in init() 170 CLog.logAndDisplay(LogLevel.DEBUG, "Start parsing previous test_results.xml"); in init() 173 CLog.logAndDisplay(LogLevel.DEBUG, "Done parsing previous test_results.xml"); in init()
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | ProcessHelper.java | 34 private static final String DEBUG = "DEBUG"; field in ProcessHelper 120 case DEBUG: in run() 132 case DEBUG: in run()
|
/test/vts/hals/light/bullhead/ |
D | lights.c | 18 #define DEBUG 1 macro 154 #if DEBUG in set_light_locked()
|
/test/vts/runners/host/ |
D | logger.py | 39 "DEBUG": logging.DEBUG, 151 log.setLevel(logging.DEBUG)
|
/test/vts/drivers/shell/ |
D | ShellDriver.cpp | 84 LOG(DEBUG) << " Returning output: " << ss.str(); in ExecShellCommandPopen() 189 LOG(DEBUG) << "Finished processing commands."; in HandleShellCommandConnection()
|
/test/vts/utils/native/testability_checker/ |
D | VtsTestabilityChecker.cpp | 245 LOG(DEBUG) << "Does not find instances for " << fq_instance_name in CheckManifestHal() 254 LOG(DEBUG) << "Manifest HAL " << fq_instance_name in CheckManifestHal()
|
/test/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayer.cpp | 141 LOG(DEBUG) << "Replay function: " << call_msg.func_msg().DebugString(); in ReplayTrace()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/ |
D | CompatibilityTestSuite.java | 158 CLog.logAndDisplay(LogLevel.DEBUG, in loadingStrategy()
|