/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | H2BGraphicBufferProducer.cpp | 100 LOG(ERROR) << "requestBuffer: transaction failed."; in requestBuffer() 104 LOG(ERROR) << "requestBuffer: corrupted transaction."; in requestBuffer() 116 LOG(ERROR) << "setMaxDequeuedBufferCount: transaction failed."; in setMaxDequeuedBufferCount() 120 LOG(ERROR) << "setMaxDequeuedBufferCount: corrupted transaction."; in setMaxDequeuedBufferCount() 130 LOG(ERROR) << "setAsyncMode: transaction failed."; in setAsyncMode() 134 LOG(ERROR) << "setAsyncMode: corrupted transaction."; in setAsyncMode() 169 LOG(ERROR) << "dequeueBuffer: transaction failed."; in dequeueBuffer() 173 LOG(ERROR) << "dequeueBuffer: corrupted transaction."; in dequeueBuffer() 184 LOG(ERROR) << "detachBuffer: transaction failed."; in detachBuffer() 188 LOG(ERROR) << "detachBuffer: corrupted transaction."; in detachBuffer() [all …]
|
/frameworks/ml/nn/runtime/ |
D | CompilationBuilder.cpp | 54 LOG(ERROR) << "ANeuralNetworksCompilation_finish called more than once"; in finish() 84 LOG(ERROR) << "Cannot fall back to CPU because of an OEM operation"; in finish() 88 LOG(ERROR) << "Cannot fall back to CPU because of an extension operation"; in finish() 104 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference can't modify after compilation " in setPreference() 109 LOG(ERROR) << "ANeuralNetworksCompilation_setPreference invalid preference " << preference; in setPreference() 119 LOG(ERROR) in setCaching() 135 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority can't modify after compilation " in setPriority() 141 LOG(ERROR) << "ANeuralNetworksCompilation_setPriority invalid priority " << priority; in setPriority() 151 LOG(ERROR) << "ANeuralNetworksCompilation_setTimeout can't modify after compilation " in setTimeoutDuration() 156 LOG(ERROR) << "ANeuralNetworksCompilation_setTimeout called on an " in setTimeoutDuration() [all …]
|
D | NeuralNetworks.cpp | 457 static_assert(static_cast<int32_t>(OperationType::LOG) == ANEURALNETWORKS_LOG, 622 LOG(ERROR) << "ANeuralNetworks_getDeviceCount passed a nullptr"; in ANeuralNetworks_getDeviceCount() 631 LOG(ERROR) << "ANeuralNetworks_getDevice passed a nullptr"; in ANeuralNetworks_getDevice() 636 LOG(ERROR) << "ANeuralNetworks_getDevice passed an invalid device index"; in ANeuralNetworks_getDevice() 645 LOG(ERROR) << "ANeuralNetworksDevice_getName passed a nullptr"; in ANeuralNetworksDevice_getName() 655 LOG(ERROR) << "ANeuralNetworksDevice_getVersion passed a nullptr"; in ANeuralNetworksDevice_getVersion() 665 LOG(ERROR) << "ANeuralNetworksDevice_getType passed a nullptr"; in ANeuralNetworksDevice_getType() 680 LOG(ERROR) << "ANeuralNetworksDevice_getFeatureLevel passed a nullptr"; in ANeuralNetworksDevice_getFeatureLevel() 694 LOG(ERROR) << "ANeuralNetworksDevice_wait passed a nullptr"; in ANeuralNetworksDevice_wait() 706 LOG(ERROR) << "ANeuralNetworksModel_getSupportedOperationsForDevices passed a nullptr"; in ANeuralNetworksModel_getSupportedOperationsForDevices() [all …]
|
D | VersionedInterfaces.cpp | 121 LOG(ERROR) << "DeathHandler::serviceDied -- service unexpectedly died!"; in serviceDied() 169 LOG(ERROR) << "makeVersionedIPreparedModel failed to register a death recipient for the " in makeVersionedIPreparedModel() 174 LOG(ERROR) << "makeVersionedIPreparedModel failed to register a death recipient for the " in makeVersionedIPreparedModel() 180 LOG(ERROR) << "makeVersionedIPreparedModel failed to register a death recipient for the " in makeVersionedIPreparedModel() 230 LOG(ERROR) << "execute_1_3 failure: " << ret.description(); in executeAsynchronously() 234 LOG(ERROR) << "execute_1_3 failure: " << ret.description(); in executeAsynchronously() 238 LOG(ERROR) << "execute_1_3 returned " << toString(static_cast<ErrorStatus>(ret)); in executeAsynchronously() 249 LOG(ERROR) << "Could not handle execute_1_2!"; in executeAsynchronously() 256 LOG(ERROR) << "execute_1_2 failure: " << ret.description(); in executeAsynchronously() 260 LOG(ERROR) << "execute_1_2 failure: " << ret.description(); in executeAsynchronously() [all …]
|
D | Memory.cpp | 235 LOG(ERROR) << "ANeuralNetworksMemory_copy -- unable to map memory"; in copyHidlMemories() 239 LOG(ERROR) << "ANeuralNetworksMemory_copy -- incompatible memory size"; in copyHidlMemories() 252 LOG(ERROR) << "ANeuralNetworksMemory_copy failure: " << ret.description(); in copyIBufferToHidlMemory() 262 LOG(ERROR) << "ANeuralNetworksMemory_copy failure: " << ret.description(); in copyHidlMemoryToIBuffer() 283 LOG(ERROR) << "ANeuralNetworksMemory_copy -- uninitialized source memory"; in copyInternal() 289 LOG(ERROR) << "ANeuralNetworksMemory_copy -- incompatible memories"; in copyInternal() 318 LOG(ERROR) << "ANeuralNetworksMemoryDesc_" << name << " can't modify after finished"; in badState() 331 LOG(ERROR) << "ANeuralNetworksMemoryDesc_" << tag in addRole() 355 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addInputRole -- input index out of range."; in addRole() 361 LOG(ERROR) << "ANeuralNetworksMemoryDesc_addOutputRole -- output index out of range."; in addRole() [all …]
|
D | ModelBuilder.cpp | 46 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify after model finished"; in badState() 50 LOG(ERROR) << "ANeuralNetworksModel_" << name << " can't modify an invalid model"; in badState() 70 LOG(ERROR) << "Extensions are not supported for this process."; in addOperand() 76 LOG(WARNING) << "OEM data type is deprecated. Use Extensions instead."; in addOperand() 82 LOG(ERROR) << "Extension operand type " << toString(operandType) << " is not registered"; in addOperand() 88 LOG(ERROR) << "ANeuralNetworksModel_addOperand exceed max operands"; in addOperand() 114 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index << " of " in setOperandValue() 121 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue buffer is nullptr but length is " in setOperandValue() 131 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue setting operand " << index in setOperandValue() 136 LOG(ERROR) << "ANeuralNetworksModel_setOperandValue value length of " << length in setOperandValue() [all …]
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 157 LOG(INFO) << "Failed to retrieve component traits from service " in getTraits() 209 LOG(WARNING) << "query -- null stack param encountered."; in query() 231 LOG(DEBUG) << "query -- call failed: " in query() 237 LOG(ERROR) << "query -- error while parsing params."; in query() 248 LOG(WARNING) << "query -- null stack param."; in query() 256 LOG(ERROR) << "query -- unexpected error."; in query() 261 LOG(WARNING) << "query -- param skipped: " in query() 268 LOG(WARNING) << "query -- param update failed: " in query() 274 LOG(WARNING) << "query -- null heap param."; in query() 279 LOG(WARNING) << "query -- " in query() [all …]
|
/frameworks/base/libs/androidfw/ |
D | LoadedArsc.cpp | 96 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 …]
|
D | Idmap.cpp | 74 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()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 139 LOG(ERROR) << "Invalid C2FieldSupportedValues::range."; in objcpy() 159 LOG(DEBUG) << "Unrecognized C2FieldSupportedValues::type_t " in objcpy() 189 LOG(ERROR) << "Invalid FieldSupportedValues::range."; in objcpy() 206 LOG(WARNING) << "Unrecognized FieldSupportedValues::getDiscriminator()"; in objcpy() 219 LOG(ERROR) << "Invalid C2FieldSupportedValuesQuery::field."; in objcpy() 230 LOG(DEBUG) << "Unrecognized C2FieldSupportedValuesQuery::type_t " in objcpy() 251 LOG(DEBUG) << "Unrecognized FieldSupportedValuesQuery::Type " in objcpy() 275 LOG(ERROR) << "Invalid FieldSupportedValuesQuery."; in objcpy() 280 LOG(ERROR) << "Invalid FieldSupportedValuesQueryResult::values."; in objcpy() 306 LOG(DEBUG) << "Unrecognized C2Component::domain_t " in objcpy() [all …]
|
D | InputSurfaceConnection.cpp | 86 LOG(ERROR) << "Remote sink is dead."; 92 LOG(ERROR) << "Remote sink is not configurable."; 103 LOG(ERROR) << "Remote sink's configurable is dead."; 121 LOG(WARNING) << "Impl::init -- GraphicBufferSource init failed: " in init() 134 LOG(WARNING) << "Impl::init -- cannot query information from " in init() 158 LOG(WARNING) << "Impl::init -- GBS configure failed: " in init() 164 LOG(WARNING) << "Impl::init: failed to populate GBS slots."; in init() 169 LOG(WARNING) << "Impl::init -- GBS failed to start."; in init() 178 LOG(WARNING) << "Impl::init -- failed to fetch gralloc allocator: " in init() 191 LOG(VERBOSE) << "Impl::submitBuffer -- bufferId = " << bufferId << "."; in submitBuffer() [all …]
|
D | InputBufferManager.cpp | 67 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- called with " in _registerFrameData() 78 LOG(VERBOSE) << "InputBufferManager::_registerFrameData -- " in _registerFrameData() 90 LOG(DEBUG) << "InputBufferManager::_registerFrameData -- " in _registerFrameData() 114 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData() 135 LOG(DEBUG) << "InputBufferManager::_unregisterFrameData " in _unregisterFrameData() 175 LOG(VERBOSE) << "InputBufferManager::_unregisterFrameData -- called with " in _unregisterFrameData() 196 LOG(DEBUG) << "InputBufferManager::_unregisterFrameData " in _unregisterFrameData() 232 LOG(WARNING) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed() 240 LOG(VERBOSE) << "InputBufferManager::_onBufferDestroyed -- called with " in _onBufferDestroyed() 253 LOG(DEBUG) << "InputBufferManager::_onBufferDestroyed -- " in _onBufferDestroyed() [all …]
|
/frameworks/native/cmds/installd/ |
D | otapreopt_parameters.cpp | 65 LOG(ERROR) << "Missing parameters"; in ReadArguments() 71 LOG(ERROR) << "Target slot suffix not legal: " << target_slot; in ReadArguments() 77 LOG(ERROR) << "Missing parameters"; in ReadArguments() 106 LOG(ERROR) << "Could not parse version: " << argv[2]; in ReadArguments() 146 LOG(ERROR) << "Missing parameters"; in ReadArgumentsV1() 150 LOG(ERROR) << "Expected \"dexopt\" but found: " << argv[2]; in ReadArgumentsV1() 227 LOG(ERROR) << "Too many arguments, got " << param; in ReadArgumentsV1() 233 LOG(ERROR) << "Not enough parameters"; in ReadArgumentsV1() 256 LOG(ERROR) << "Don't know how to read arguments for version " << version; in ReadArgumentsPostV1() 263 LOG(ERROR) << "Missing parameters"; in ReadArgumentsPostV1() [all …]
|
/frameworks/native/libs/vr/libbufferhubqueue/benchmarks/ |
D | buffer_transport_benchmark.cpp | 93 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/common/ |
D | BufferTracker.cpp | 44 LOG(ERROR) << "ManagedBuffer cannot handle extension operands."; in create() 74 LOG(ERROR) << "ManagedBuffer::validateRequest -- invalid buffer role."; in validateRequest() 78 LOG(ERROR) << "ManagedBuffer::validateRequest -- using uninitialized buffer as input " in validateRequest() 84 LOG(ERROR) << "ManagedBuffer::validateRequest -- incompatible dimensions (" in validateRequest() 95 LOG(ERROR) << "ManagedBuffer::validateRequest -- using the same device memory for " in validateRequest() 101 LOG(ERROR) << "ManagedBuffer::validateRequest -- invalid buffer role."; in validateRequest() 106 LOG(ERROR) << "ManagedBuffer::validateRequest -- incompatible dimensions (" in validateRequest() 119 LOG(ERROR) << "ManagedBuffer::validateCopyFrom -- invalid memory size: " << kSize << " vs " in validateCopyFrom() 126 LOG(ERROR) in validateCopyFrom() 136 LOG(ERROR) << "ManagedBuffer::validateCopyFrom -- the initial dimensions are not fully " in validateCopyFrom() [all …]
|
D | ValidateHal.cpp | 81 LOG(ERROR) << "Invalid poolIndex " << location.poolIndex << "/" << mPoolCount; in validate() 87 LOG(ERROR) << "Reference to pool " << location.poolIndex << " with offset " in validate() 176 LOG(ERROR) << "Operand is not supported by this version: " in validateOperands() 194 LOG(ERROR) << "Operand " << index << ": Scalar data has dimensions of rank " in validateOperands() 214 LOG(ERROR) << "Operand " << index << ": Tensor has dimensions of rank 0"; in validateOperands() 221 LOG(ERROR) << "Operand " << index << ": Invalid operand type " in validateOperands() 241 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands() 250 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands() 261 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands() 268 LOG(ERROR) << "Operand " << index << ": Operand of type " in validateOperands() [all …]
|
/frameworks/opt/net/wifi/libwifi_system/ |
D | hostapd_manager.cpp | 28 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/opt/net/wifi/libwifi_system_iface/ |
D | interface_tool.cpp | 41 LOG(ERROR) << "Interface name is too long: " << if_name; in GetIfState() 46 LOG(ERROR) << "Could not read interface state for " << if_name in GetIfState() 59 LOG(ERROR) << "Failed to open socket to set up/down state (" in GetUpState() 75 LOG(ERROR) << "Failed to open socket to set up/down state (" in SetUpState() 97 LOG(ERROR) << "Could not set interface flags for " << if_name in SetUpState() 117 LOG(ERROR) << "Failed to open socket to set MAC address (" in SetMacAddress() 130 LOG(ERROR) << "Could not set interface MAC address for " << if_name in SetMacAddress() 145 LOG(ERROR) << "Failed to open socket to get factory MAC address (" in GetFactoryMacAddress() 156 LOG(ERROR) << "Failed to set memory for mac address (" in GetFactoryMacAddress() 166 LOG(ERROR) << "Could not get factory address MAC for " << if_name in GetFactoryMacAddress()
|
/frameworks/av/services/mediacodec/ |
D | main_codecservice.cpp | 42 LOG(INFO) << "mediacodecservice starting"; in main() 55 LOG(ERROR) << "Cannot create IOmx HAL service."; in main() 57 LOG(ERROR) << "Cannot register IOmx HAL service."; in main() 59 LOG(INFO) << "IOmx HAL service created."; in main() 64 LOG(ERROR) << "Cannot create IOmxStore HAL service."; in main() 66 LOG(ERROR) << "Cannot register IOmxStore HAL service."; in main()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 39 public static final void LOG(String fmt, Object... args) { in LOG() method in PanelBar 53 if (DEBUG) LOG("go state: %d -> %d", mState, state); in go() 144 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent() 170 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState); in panelExpansionChanged() 183 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged() 194 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged() 209 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting); in collapsePanel() 219 if (DEBUG) LOG("onPanelPeeked"); in onPanelPeeked() 227 if (DEBUG) LOG("onPanelCollapsed"); in onPanelCollapsed() 231 if (DEBUG) LOG("onPanelFullyOpened"); in onPanelFullyOpened() [all …]
|
/frameworks/hardware/interfaces/sensorservice/libsensorndkbridge/ |
D | ASensorManager.cpp | 62 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/ |
D | SensorManager.cpp | 70 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/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 149 LOG(ERROR) << "Could not open selinux status; exiting"; in init_selinux() 560 LOG(INFO) << "DexoptSecondaryCe"; in TEST_F() 566 LOG(INFO) << "DexoptSecondaryCeLink"; in TEST_F() 572 LOG(INFO) << "DexoptSecondaryCeWithContext"; in TEST_F() 579 LOG(INFO) << "DexoptSecondaryDe"; in TEST_F() 585 LOG(INFO) << "DexoptSecondaryDeWithContext"; in TEST_F() 592 LOG(INFO) << "DexoptSecondaryDoesNotExist"; in TEST_F() 601 LOG(INFO) << "DexoptSecondaryStorageValidationError"; in TEST_F() 610 LOG(INFO) << "DexoptSecondaryAppOwnershipValidationError"; in TEST_F() 619 LOG(INFO) << "DexoptSecondaryAcessViaDifferentUidError"; in TEST_F() [all …]
|
/frameworks/av/services/minijail/ |
D | minijail.cpp | 49 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/base/tools/dump-coverage/ |
D | dump_coverage.cc | 85 LOG(INFO) << "Writing file of length " << length << " to '" << filename in WriteFile() 90 LOG(ERROR) << "Could not open file: '" << filename << "'"; in WriteFile() 97 LOG(ERROR) << "I/O error in reading file"; in WriteFile() 101 LOG(INFO) << "Done writing file"; in WriteFile() 110 LOG(INFO) << "Dumping file"; in Dump() 131 LOG(ERROR) << "reset takes no arguments, but received '" << args << "'"; in Reset() 168 LOG(INFO) << "command: '" << command << "' args: '" << args << "'"; in ParseOptionsAndExecuteCommand() 178 LOG(ERROR) << "Invalid command: expected 'dump' or 'reset' but was '" in ParseOptionsAndExecuteCommand() 199 LOG(ERROR) in Agent_OnLoad()
|