Home
last modified time | relevance | path

Searched refs:LOG (Results 1 – 25 of 85) sorted by relevance

1234

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp96 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has invalid ID 0."; in VerifyResTableType()
102 LOG(ERROR) << "RES_TABLE_TYPE_TYPE has too many entries (" << entry_count << ")."; in VerifyResTableType()
112 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets overlap actual entry data."; in VerifyResTableType()
117 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entry offsets extend beyond chunk."; in VerifyResTableType()
122 LOG(ERROR) << "RES_TABLE_TYPE_TYPE entries start at unaligned address."; in VerifyResTableType()
131 LOG(ERROR) << "Entry at offset " << entry_offset << " is not 4-byte aligned."; in VerifyResTableEntry()
138 LOG(ERROR) << "Entry at offset " << entry_offset << " is too large."; in VerifyResTableEntry()
146 LOG(ERROR) << "Entry at offset " << entry_offset in VerifyResTableEntry()
156 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
162 LOG(ERROR) << "ResTable_entry size " << entry_size << " at offset " << entry_offset in VerifyResTableEntry()
[all …]
DIdmap.cpp74 LOG(ERROR) << "Idmap header is not word aligned."; in IsValidIdmapHeader()
79 LOG(ERROR) << "Idmap header is too small."; in IsValidIdmapHeader()
85 LOG(ERROR) << StringPrintf("Invalid Idmap file: bad magic value (was 0x%08x, expected 0x%08x)", in IsValidIdmapHeader()
93 LOG(ERROR) << StringPrintf("Version mismatch in Idmap (was 0x%08x, expected 0x%08x)", in IsValidIdmapHeader()
99 LOG(ERROR) << StringPrintf("Target package ID in Idmap is invalid: 0x%02x", in IsValidIdmapHeader()
105 LOG(ERROR) << StringPrintf("Idmap has too many type mappings (was %d, max 255)", in IsValidIdmapHeader()
135 LOG(ERROR) << "Type mapping in Idmap is not word aligned"; in Load()
142 LOG(ERROR) << StringPrintf("Invalid type map (0x%02x -> 0x%02x)", in Load()
151 LOG(ERROR) << StringPrintf("Idmap too small for the number of entries (%d)", in Load()
171 LOG(ERROR) << "Parsed " << type_maps_encountered << " type maps but expected " in Load()
DApkAssets.cpp67 LOG(ERROR) << "failed to load IDMAP " << idmap_path; in LoadOverlay()
84 LOG(ERROR) << "Failed to open file '" << path << "': " << SystemErrorCodeToString(errno); in CreateAssetFromFile()
90 LOG(ERROR) << "Failed to get size of file '" << path << "': " << SystemErrorCodeToString(errno); in CreateAssetFromFile()
96 LOG(ERROR) << "Failed to mmap file '" << path << "': " << SystemErrorCodeToString(errno); in CreateAssetFromFile()
115 LOG(ERROR) << "Failed to open APK '" << path << "' " << ::ErrorCodeString(result); in LoadImpl()
133 LOG(WARNING) << kResourcesArsc << " in APK '" << path << "' is compressed."; in LoadImpl()
139 LOG(ERROR) << "Failed to open '" << kResourcesArsc << "' in APK '" << path << "'."; in LoadImpl()
152 LOG(ERROR) << "Failed to load '" << kResourcesArsc << "' in APK '" << path << "'."; in LoadImpl()
174 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; in Open()
181 LOG(ERROR) << "Failed to decompress '" << path << "'."; in Open()
[all …]
/frameworks/native/cmds/installd/
Dotapreopt_parameters.cpp63 LOG(ERROR) << "Missing parameters"; in ReadArguments()
69 LOG(ERROR) << "Target slot suffix not legal: " << target_slot; in ReadArguments()
75 LOG(ERROR) << "Missing parameters"; in ReadArguments()
104 LOG(ERROR) << "Could not parse version: " << argv[2]; in ReadArguments()
144 LOG(ERROR) << "Missing parameters"; in ReadArgumentsV1()
148 LOG(ERROR) << "Expected \"dexopt\" but found: " << argv[2]; in ReadArgumentsV1()
225 LOG(ERROR) << "Too many arguments, got " << param; in ReadArgumentsV1()
231 LOG(ERROR) << "Not enough parameters"; in ReadArgumentsV1()
252 LOG(ERROR) << "Don't know how to read arguments for version " << version; in ReadArgumentsPostV1()
259 LOG(ERROR) << "Missing parameters"; in ReadArgumentsPostV1()
[all …]
/frameworks/ml/nn/common/
DValidateHal.cpp38 LOG(ERROR) << "Invalid poolIndex " << location.poolIndex << "/" << mPoolCount; in validate()
44 LOG(ERROR) << "Reference to pool " << location.poolIndex << " with offset " in validate()
71 LOG(ERROR) << "Operand " << index << ": Scalar data has dimensions of rank " in validateOperands()
82 LOG(ERROR) << "Operand " << index << ": Tensor has dimensions of rank 0"; in validateOperands()
88 LOG(ERROR) << "Operand " << index << ": Invalid operand type " in validateOperands()
105 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
114 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
121 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
141 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
149 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands()
[all …]
DUtils.cpp67 LOG(ERROR) << "Unknown trace flag: " << elem; in initVLogMask()
242 LOG(ERROR) << "unable to allocate " << size << " bytes of " << type; in allocateSharedMemory()
265 LOG(INFO) << "V1_0::Model start"; in logModelToInfo()
266 LOG(INFO) << "operands" << toString(model.operands); in logModelToInfo()
267 LOG(INFO) << "operations" << toString(model.operations); in logModelToInfo()
268 LOG(INFO) << "inputIndexes" << toString(model.inputIndexes); in logModelToInfo()
269 LOG(INFO) << "outputIndexes" << toString(model.outputIndexes); in logModelToInfo()
270 LOG(INFO) << "operandValues size" << model.operandValues.size(); in logModelToInfo()
271 LOG(INFO) << "pools" << SHOW_IF_DEBUG(toString(model.pools)); in logModelToInfo()
275 LOG(INFO) << "V1_1::Model start"; in logModelToInfo()
[all …]
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/
Dbuffer_transport_benchmark.cpp93 LOG(ERROR) << "Failed to acquire next buffer."; in onFrameAvailable()
103 LOG(ERROR) << "Failed to release buffer."; in onFrameAvailable()
162 LOG(ERROR) << "Failed to get the benchmark service."; in Start()
166 LOG(INFO) << "Binder server is ready for client."; in Start()
175 LOG(ERROR) << "Failed to get buffer queue over binder."; in CreateSurface()
182 LOG(ERROR) << "Failed to get IGraphicBufferProducer over binder."; in CreateSurface()
188 LOG(ERROR) << "Failed to get IGraphicBufferProducer over binder."; in CreateSurface()
250 LOG(ERROR) << "Failed to create epoll fd: %s", strerror(-ret); in Start()
258 LOG(ERROR) << "Failed to set scheduler policy, ret=" << ret; in Start()
263 LOG(INFO) << "Reader Thread Running..."; in Start()
[all …]
/frameworks/ml/nn/runtime/
DVersionedIDevice.cpp40 LOG(ERROR) << "getCapabilities_1_1 failure: " << ret.description(); in getCapabilities()
49 LOG(ERROR) << "getCapabilities failure: " << ret.description(); in getCapabilities()
53 LOG(ERROR) << "Device not available!"; in getCapabilities()
70 LOG(ERROR) << "getSupportedOperations_1_1 failure: " << ret.description(); in getSupportedOperations()
79 LOG(ERROR) << "getSupportedOperations failure: " << ret.description(); in getSupportedOperations()
85 LOG(ERROR) << "Could not handle getSupportedOperations!"; in getSupportedOperations()
97 LOG(ERROR) << "prepareModel_1_1 failure: " << ret.description(); in prepareModel()
104 LOG(ERROR) << "prepareModel failure: " << ret.description(); in prepareModel()
111 LOG(ERROR) << "Could not handle prepareModel!"; in prepareModel()
118 LOG(ERROR) << "Device not available!"; in getStatus()
[all …]
DMemory.cpp31 LOG(ERROR) << "Memory::create failed"; in create()
39 LOG(ERROR) << "Request size larger than the memory size."; in validateSize()
63 LOG(ERROR) << "ANeuralNetworksMemory_createFromFd invalid fd " << fd; in set()
67 LOG(ERROR) << "Invalid size or fd"; in set()
72 LOG(ERROR) << "Failed to dup the fd"; in set()
78 LOG(ERROR) << "Failed to remove the existing mapping"; in set()
88 LOG(ERROR) << "Failed to create native_handle"; in set()
110 LOG(ERROR) << "Memory not initialized"; in getPointer()
119 LOG(ERROR) << "MemoryFd::getPointer(): Can't mmap the file descriptor."; in getPointer()
139 LOG(ERROR) << "ANeuralNetworks more than 2^32 memories."; in add()
DModelBuilder.cpp37 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify after model finished"; in badState()
41 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify an invalid model"; in badState()
58 LOG(ERROR) << "ANeuralNetworksModel_addOperand exceed max operands"; in addOperand()
80 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index << " of " in setOperandValue()
87 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue buffer is nullptr but length is " in setOperandValue()
98 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue value length of " << length in setOperandValue()
105 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting " << valueLength in setOperandValue()
180 LOG(ERROR) << "ANeuralNetworksModel_setOperandValueFromMemory setting operand " << index in setOperandValueFromMemory()
187 LOG(ERROR) << "ANeuralNetworksModel_setOperandValueFromMemory setting " << length in setOperandValueFromMemory()
208 LOG(ERROR) << "ANeuralNetworksModel_addOperation invalid operations type " << type; in addOperation()
[all …]
DNeuralNetworks.cpp276 LOG(ERROR) << "ANeuralNetworksModel_create passed a nullptr"; in ANeuralNetworksModel_create()
296 LOG(ERROR) << "ANeuralNetworksModel_finish passed a nullptr"; in ANeuralNetworksModel_finish()
306 LOG(ERROR) << "ANeuralNetworksModel_addOperand passed a nullptr"; in ANeuralNetworksModel_addOperand()
316 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue passed a nullptr"; in ANeuralNetworksModel_setOperandValue()
327 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue passed a nullptr"; in ANeuralNetworksModel_setOperandValueFromMemory()
340 LOG(ERROR) << "ANeuralNetworksModel_addOperation passed a nullptr"; in ANeuralNetworksModel_addOperation()
351 LOG(ERROR) << ("ANeuralNetworksModel_identifyInputsAndOutputs passed a nullptr"); in ANeuralNetworksModel_identifyInputsAndOutputs()
361 LOG(ERROR) << ("ANeuralNetworksModel_relaxComputationFloat32toFloat16 passed a nullptr"); in ANeuralNetworksModel_relaxComputationFloat32toFloat16()
371 LOG(ERROR) << "ANeuralNetworksCompilation_create passed a nullptr"; in ANeuralNetworksCompilation_create()
392 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference passed a nullptr"; in ANeuralNetworksCompilation_setPreference()
[all …]
DCompilationBuilder.cpp42 LOG(ERROR) << "ANeuralNetworksCompilation_finish called more than once"; in finish()
76 LOG(ERROR) << in setPreference()
81 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference invalid preference " << preference; in setPreference()
91 LOG(ERROR) << in setPartitioning()
102 LOG(ERROR) << "ANeuralNetworksExecution_create passed an unfinished compilation"; in createExecution()
DCallbacks.cpp49 LOG(ERROR) << "CallbackBase::on_finish -- a post-work function has already been bound to " in on_finish()
54 LOG(ERROR) << "CallbackBase::on_finish -- the new post-work function is invalid"; in on_finish()
64 LOG(ERROR) << "CallbackBase::bind_thread -- a thread has already been bound to this " in bind_thread()
69 LOG(ERROR) << "CallbackBase::bind_thread -- the new thread is not joinable"; in bind_thread()
88 LOG(ERROR) << "CallbackBase::notify -- post work failed"; in notify()
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp42 LOG(INFO) << "mediacodecservice starting"; in main()
62 LOG(WARNING) << "Cannot register additional services " in main()
70 LOG(ERROR) << "Cannot create IOmxStore HAL service."; in main()
72 LOG(ERROR) << "Cannot register IOmxStore HAL service."; in main()
76 LOG(ERROR) << "Cannot create IOmx HAL service."; in main()
78 LOG(ERROR) << "Cannot register IOmx HAL service."; in main()
80 LOG(INFO) << "IOmx HAL service created."; in main()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java33 public static final void LOG(String fmt, Object... args) { in LOG() method in PanelBar
47 if (DEBUG) LOG("go state: %d -> %d", mState, state); in go()
108 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent()
131 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState); in panelExpansionChanged()
143 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged()
154 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged()
169 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting); in collapsePanel()
179 if (DEBUG) LOG("onPanelPeeked"); in onPanelPeeked()
187 if (DEBUG) LOG("onPanelCollapsed"); in onPanelCollapsed()
191 if (DEBUG) LOG("onPanelFullyOpened"); in onPanelFullyOpened()
[all …]
/frameworks/opt/net/wifi/libwifi_system/
Dhostapd_manager.cpp28 LOG(ERROR) << "Failed to start SoftAP"; in StartHostapd()
32 LOG(DEBUG) << "SoftAP started successfully"; in StartHostapd()
37 LOG(DEBUG) << "Stopping the SoftAP service..."; in StopHostapd()
40 LOG(ERROR) << "Failed to stop hostapd service!"; in StopHostapd()
44 LOG(DEBUG) << "SoftAP stopped successfully"; in StopHostapd()
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/
DASensorManager.cpp62 LOG(ERROR) << "Sensor service died. Cleanup sensor manager instance!"; in serviceDied()
75 LOG(ERROR) << "Transaction error in linking to sensor service death: " << in ASensorManager()
78 LOG(WARNING) << "Unable to link to sensor service death notifications"; in ASensorManager()
80 LOG(DEBUG) << "Link to sensor service death notification successful"; in ASensorManager()
91 LOG(VERBOSE) << "ASensorManager::getSensorList"; in getSensorList()
159 LOG(VERBOSE) << "ASensorManager::createEventQueue"; in createEventQueue()
178 LOG(ERROR) << "FAILED to create event queue"; in createEventQueue()
184 LOG(VERBOSE) << "Returning event queue " << queue.get(); in createEventQueue()
189 LOG(VERBOSE) << "ASensorManager::destroyEventQueue(" << queue << ")"; in destroyEventQueue()
309 LOG(VERBOSE) << "ASensorEventQueue_registerSensor"; in ASensorEventQueue_registerSensor()
[all …]
/frameworks/native/services/sensorservice/hidl/
DSensorManager.cpp70 LOG(ERROR) << "::android::SensorManager::getSensorList encounters " << count; in getSensorList()
148 LOG(WARNING) << "Could not use SCHED_FIFO for looper thread: " in getLooper()
164 LOG(FATAL) << "Cannot attach SensorManager looper thread to Java VM."; in getLooper()
167 LOG(INFO) << POLL_THREAD_NAME << " started."; in getLooper()
172 LOG(INFO) << POLL_THREAD_NAME << ": requested to stop"; in getLooper()
175 LOG(INFO) << POLL_THREAD_NAME << ": spurious wake up, back to work"; in getLooper()
178 LOG(ERROR) << POLL_THREAD_NAME << ": Looper::pollAll returns unexpected " in getLooper()
185 LOG(ERROR) << "Cannot detach SensorManager looper thread from Java VM."; in getLooper()
188 LOG(INFO) << POLL_THREAD_NAME << " is terminated."; in getLooper()
213 LOG(ERROR) << "::android::SensorManager::createEventQueue cannot initialize looper"; in createEventQueue()
[all …]
/frameworks/av/services/minijail/
Dminijail.cpp49 LOG(ERROR) << "Could not write policy to fd"; in WritePolicyToPipe()
60 LOG(WARNING) << "No seccomp policy defined for this architecture."; in SetUpMinijail()
68 LOG(FATAL) << "Could not read base policy file '" << base_policy_path << "'"; in SetUpMinijail()
74 LOG(WARNING) << "Could not read additional policy file '" << additional_policy_path << "'"; in SetUpMinijail()
80 LOG(FATAL) << "Could not write seccomp policy to fd"; in SetUpMinijail()
85 LOG(FATAL) << "Failed to create minijail."; in SetUpMinijail()
/frameworks/opt/net/wifi/libwifi_system_iface/
Dinterface_tool.cpp40 LOG(ERROR) << "Interface name is too long: " << if_name; in GetIfState()
45 LOG(ERROR) << "Could not read interface state for " << if_name in GetIfState()
58 LOG(ERROR) << "Failed to open socket to set up/down state (" in GetUpState()
74 LOG(ERROR) << "Failed to open socket to set up/down state (" in SetUpState()
96 LOG(ERROR) << "Could not set interface flags for " << if_name in SetUpState()
116 LOG(ERROR) << "Failed to open socket to set MAC address (" in SetMacAddress()
129 LOG(ERROR) << "Could not set interface MAC address for " << if_name in SetMacAddress()
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp122 LOG(ERROR) << "Could not open selinux status; exiting"; in init_selinux()
471 LOG(INFO) << "DexoptSecondaryCe"; in TEST_F()
477 LOG(INFO) << "DexoptSecondaryCeLink"; in TEST_F()
483 LOG(INFO) << "DexoptSecondaryDe"; in TEST_F()
489 LOG(INFO) << "DexoptSecondaryDoesNotExist"; in TEST_F()
498 LOG(INFO) << "DexoptSecondaryStorageValidationError"; in TEST_F()
507 LOG(INFO) << "DexoptSecondaryAppOwnershipValidationError"; in TEST_F()
516 LOG(INFO) << "DexoptSecondaryAcessViaDifferentUidError"; in TEST_F()
524 LOG(INFO) << "DexoptPrimaryPublic"; in TEST_F()
533 LOG(INFO) << "DexoptPrimaryFailedInvalidFilter"; in TEST_F()
[all …]
/frameworks/native/services/displayservice/
DDisplayEventReceiver.cpp38 LOG(ERROR) << "Looper::pollAll returns unexpected " << pollResult; in getLooper()
59 LOG(ERROR) << "Could not remove fd from looper."; in ~AttachedEvent()
83 LOG(ERROR) << "AttachedEvent handleEvent received error or hangup:" << events; in handleEvent()
88 LOG(ERROR) << "AttachedEvent handleEvent unhandled poll event:" << events; in handleEvent()
107 LOG(ERROR) << "AttachedEvent handleEvent fails on onVsync callback" in handleEvent()
115 LOG(ERROR) << "AttachedEvent handleEvent fails on onHotplug callback" in handleEvent()
121 LOG(ERROR) << "AttachedEvent handleEvent unknown type: " << type; in handleEvent()
/frameworks/ml/nn/driver/sample/
DSampleDriver.cpp56 LOG(ERROR) << "invalid callback passed to prepareModel"; in prepareModel()
76 LOG(ERROR) << "invalid callback passed to prepareModel"; in prepareModel_1_1()
102 LOG(ERROR) << "Could not register service"; in run()
106 LOG(ERROR) << "Service exited!"; in run()
129 LOG(ERROR) << " hidl callback failed to return properly: " << returned.description(); in asyncExecute()
137 LOG(ERROR) << "invalid callback passed to execute"; in execute()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DWGraphicBufferProducer.h54 #ifndef LOG
60 #define LOG(x) LOG_dummy() macro
104 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - " in dequeueBuffer()
114 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - " in dequeueBuffer()
151 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - " in detachNextBuffer()
159 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - " in detachNextBuffer()
174 LOG(ERROR) << "TWGraphicBufferProducer::attachBuffer - " in attachBuffer()
195 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - " in queueBuffer()
206 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - " in queueBuffer()
224 LOG(ERROR) << "TWGraphicBufferProducer::cancelBuffer - " in cancelBuffer()
[all …]
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java51 private static final boolean LOG = SystemProperties.getBoolean( field in WindowOrientationListener
155 if (LOG) { in enable()
180 if (LOG) { in disable()
634 if (LOG) { in onSensorChanged()
651 if (LOG) { in onSensorChanged()
661 if (LOG) { in onSensorChanged()
680 if (LOG) { in onSensorChanged()
720 if (LOG) { in onSensorChanged()
726 if (LOG) { in onSensorChanged()
753 if (LOG) { in onSensorChanged()
[all …]

1234