Home
last modified time | relevance | path

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

123

/frameworks/base/libs/androidfw/
DLoadedArsc.cpp190 LOG(ERROR) << "Invalid ID 0x" << std::hex << resid << std::dec << "."; in FindEntry()
219 LOG(ERROR) << "Too many entries in RES_TABLE_TYPE_TYPE."; in VerifyType()
229 LOG(ERROR) << "Entry offsets overlap actual entry data."; in VerifyType()
234 LOG(ERROR) << "Entry offsets extend beyond chunk."; in VerifyType()
239 LOG(ERROR) << "Entries start at unaligned address."; in VerifyType()
251 LOG(ERROR) << "Entry offset at index " << i << " is not 4-byte aligned."; in VerifyType()
258 LOG(ERROR) << "Entry offset at index " << i << " is too large."; in VerifyType()
264 LOG(ERROR) << "Entry offset at index " << i << " is too large. No room for ResTable_entry."; in VerifyType()
272 LOG(ERROR) << "ResTable_entry size " << entry_size << " is too small."; in VerifyType()
278 LOG(ERROR) << "ResTable_entry size " << entry_size << " is too large."; in VerifyType()
[all …]
DApkAssets.cpp48 LOG(ERROR) << ::ErrorCodeString(result); in LoadImpl()
60 LOG(ERROR) << ::ErrorCodeString(result); in LoadImpl()
65 LOG(WARNING) << "resources.arsc is compressed."; in LoadImpl()
94 LOG(ERROR) << "No entry '" << path << "' found in APK '" << path_ << "'"; in Open()
102 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; in Open()
109 LOG(ERROR) << "Failed to decompress '" << path << "'."; in Open()
117 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; in Open()
123 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; in Open()
/frameworks/opt/net/wifi/libwifi_system/
Dhostapd_manager.cpp62 LOG(ERROR) << "Cannot generate PSK using PKCS#5 PBKDF2"; in GeneratePsk()
81 LOG(WARNING) << "Wi-Fi entropy file was not created"; in StartHostapd()
85 LOG(ERROR) << "Failed to start SoftAP"; in StartHostapd()
89 LOG(DEBUG) << "SoftAP started successfully"; in StartHostapd()
94 LOG(DEBUG) << "Stopping the SoftAP service..."; in StopHostapd()
97 LOG(ERROR) << "Failed to stop hostapd service!"; in StopHostapd()
101 LOG(DEBUG) << "SoftAP stopped successfully"; in StopHostapd()
110 LOG(ERROR) << "Cannot write hostapd config to \"" in WriteHostapdConfig()
115 LOG(ERROR) << "hostapd config file uid: "<< st.st_uid << ", gid: " << st.st_gid in WriteHostapdConfig()
118 LOG(ERROR) << "Error calling stat() on hostapd config file: " << strerror(errno); in WriteHostapdConfig()
[all …]
Dsupplicant_manager.cpp59 LOG(ERROR) << "Cannot set RW to \"" << config_file << "\": " in ensure_config_file_exists()
65 LOG(ERROR) << "Cannot access \"" << config_file << "\": " in ensure_config_file_exists()
82 LOG(ERROR) << "Cannot open \"" << configPathSystem << "\": " in ensure_config_file_exists()
84 LOG(ERROR) << "Cannot open \"" << configPathVendor << "\": " in ensure_config_file_exists()
95 LOG(ERROR) << "Cannot create \"" << config_file << "\": " in ensure_config_file_exists()
102 LOG(ERROR) << "Error reading \"" << templatePath in ensure_config_file_exists()
117 LOG(ERROR) << "Error changing permissions of " << config_file in ensure_config_file_exists()
142 LOG(ERROR) << "Wi-Fi will not be enabled"; in StartSupplicant()
156 LOG(ERROR) << "Wi-Fi entropy file was not created"; in StartSupplicant()
216 LOG(ERROR) << "Failed to stop supplicant"; in StopSupplicant()
Dinterface_tool.cpp38 LOG(ERROR) << "Interface name is too long: " << if_name; in GetIfState()
43 LOG(ERROR) << "Could not read interface state for " << if_name in GetIfState()
56 LOG(ERROR) << "Failed to open socket to set up/down state (" in GetUpState()
72 LOG(ERROR) << "Failed to open socket to set up/down state (" in SetUpState()
94 LOG(ERROR) << "Could not set interface flags for " << if_name in SetUpState()
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp48 LOG(INFO) << "mediacodecservice starting"; in main()
66 LOG(ERROR) << "Cannot create IOmxStore HAL service."; in main()
68 LOG(ERROR) << "Cannot register IOmxStore HAL service."; in main()
72 LOG(ERROR) << "Cannot create IOmx HAL service."; in main()
74 LOG(ERROR) << "Cannot register IOmx HAL service."; in main()
76 LOG(INFO) << "Treble OMX service created."; in main()
80 LOG(INFO) << "Non-Treble OMX service created."; in main()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelBar.java31 public static final void LOG(String fmt, Object... args) { in LOG() method in PanelBar
45 if (DEBUG) LOG("go state: %d -> %d", mState, state); in go()
100 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent()
123 if (SPEW) LOG("panelExpansionChanged: start state=%d", mState); in panelExpansionChanged()
134 if (SPEW) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged()
145 if (SPEW) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged()
160 if (DEBUG) LOG("collapsePanel: animate=%s waiting=%s", animate, waiting); in collapsePanel()
170 if (DEBUG) LOG("onPanelPeeked"); in onPanelPeeked()
178 if (DEBUG) LOG("onPanelCollapsed"); in onPanelCollapsed()
182 if (DEBUG) LOG("onPanelFullyOpened"); in onPanelFullyOpened()
[all …]
/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()
156 LOG(VERBOSE) << "ASensorManager::createEventQueue"; in createEventQueue()
175 LOG(ERROR) << "FAILED to create event queue"; in createEventQueue()
181 LOG(VERBOSE) << "Returning event queue " << queue.get(); in createEventQueue()
186 LOG(VERBOSE) << "ASensorManager::destroyEventQueue(" << queue << ")"; in destroyEventQueue()
306 LOG(VERBOSE) << "ASensorEventQueue_registerSensor"; in ASensorEventQueue_registerSensor()
[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/native/cmds/installd/
Dotapreopt.cpp111 LOG(ERROR) << "Failed reading command line."; in Main()
116 LOG(ERROR)<< "Failed reading system properties."; in Main()
121 LOG(ERROR) << "Failed reading environment properties."; in Main()
126 LOG(ERROR) << "Failed initializing globals."; in Main()
133 LOG(ERROR) << "Failed preparing boot image."; in Main()
265 LOG(ERROR) << "Could not set ASEC_MOUNTPOINT environment variable"; in CheckAndInitializeInstalldGlobals()
270 LOG(ERROR) << "Could not initialize globals; exiting."; in CheckAndInitializeInstalldGlobals()
277 LOG(ERROR) << "Could not access " << GetOtaDirectoryPrefix(); in CheckAndInitializeInstalldGlobals()
304 LOG(ERROR) << "Missing parameters"; in ReadArguments()
310 LOG(ERROR) << "Target slot suffix not legal: " << target_slot_; in ReadArguments()
[all …]
DInstalldNativeService.cpp116 LOG(ERROR) << msg << " (" << code << ")"; in error()
266 LOG(DEBUG) << "Detected label change from " << before << " to " << after << " at " in restorecon_app_data_lazy()
330 LOG(DEBUG) << "Applied hard quotas for " << uid; in prepare_app_quota()
472 LOG(WARNING) << "Requested default storage " << target in migrateAppData()
672 LOG(DEBUG) << "Ignoring " << p->fts_path << " with expected GID " << expected; in fixupAppData()
680 LOG(INFO) << "Fixing " << p->fts_path << " with unexpected GID " << actual in fixupAppData()
706 LOG(WARNING) << "Ignoring " << p->fts_path << " with unexpected GID " << actual in fixupAppData()
752 LOG(DEBUG) << "Copying " << from << " to " << to; in moveCompleteApp()
771 LOG(INFO) << "Missing source " << from_ce; in moveCompleteApp()
798 LOG(DEBUG) << "Copying " << from << " to " << to; in moveCompleteApp()
[all …]
Ddexopt.cpp698 LOG(WARNING) << "profman failed for location " << location << ": " << return_code; in analyze_profiles()
713 LOG(WARNING) << "Bad profiles for location " << location; in analyze_profiles()
721 LOG(WARNING) << "IO error while reading profiles for location " << location; in analyze_profiles()
728 LOG(WARNING) << "Unknown error code while processing profiles for location " in analyze_profiles()
808 LOG(ERROR) << "profman dump: no profiles to dump for " << pkgname; in dump_profiles()
843 LOG(WARNING) << "profman failed for package " << pkgname << ": " in dump_profiles()
1089 LOG(ERROR) << "installd could not create '" << image_path in maybe_open_app_image()
1330 LOG(ERROR ) << "Unexpected dir structure for secondary dex " << dex_path; in prepare_secondary_dex_oat_dir()
1338 LOG(ERROR) << "Could not prepare oat dir for secondary dex: " << dex_path; in prepare_secondary_dex_oat_dir()
1348 LOG(ERROR) << "Could not prepare oat/isa dir for secondary dex: " << dex_path; in prepare_secondary_dex_oat_dir()
[all …]
Dutils.cpp109 LOG(DEBUG) << "Resolved path " << resolved << " for inode " << ce_data_inode in create_data_user_ce_package_path()
117 LOG(WARNING) << "Failed to resolve inode " << ce_data_inode << "; using " << fallback; in create_data_user_ce_package_path()
295 LOG(DEBUG) << "Found valid user " << user; in get_known_users()
347 LOG(DEBUG) << "Measured " << path << " size " << matchedSize; in calculate_tree_size()
349 LOG(DEBUG) << "Measured " << path << " size " << matchedSize << "; include " << include_gid in calculate_tree_size()
397 LOG(WARNING) << "Bad package character " << c << " in " << packageName; in is_valid_package_name()
402 LOG(WARNING) << "Missing separator in " << packageName; in is_valid_package_name()
410 LOG(WARNING) << "Bad suffix character " << c << " in " << packageName; in is_valid_package_name()
719 LOG(DEBUG) << "Resolved path " << resolved << " for inode " << inode in read_path_inode()
727 LOG(WARNING) << "Failed to resolve inode " << inode << "; using " << fallback; in read_path_inode()
[all …]
/frameworks/native/services/sensorservice/hidl/
DSensorManager.cpp64 LOG(ERROR) << "::android::SensorManager::getSensorList encounters " << count; in getSensorList()
141 LOG(WARNING) << "Could not use SCHED_FIFO for looper thread: " in getLooper()
147 LOG(INFO) << "Another thread has already set the looper, exiting this one."; in getLooper()
162 LOG(FATAL) << "Cannot attach SensorManager looper thread to Java VM."; in getLooper()
168 LOG(ERROR) << "Looper::pollAll returns unexpected " << pollResult; in getLooper()
172 LOG(ERROR) << "Cannot detach SensorManager looper thread from Java VM."; in getLooper()
175 LOG(INFO) << "Looper thread is terminated."; in getLooper()
201 LOG(WARNING) << "::android::SensorManager::createEventQueue returns nullptr."; in createEventQueue()
/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferProducer.cpp75 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - " in dequeueBuffer()
85 LOG(ERROR) << "TWGraphicBufferProducer::dequeueBuffer - " in dequeueBuffer()
123 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - " in detachNextBuffer()
131 LOG(ERROR) << "TWGraphicBufferProducer::detachNextBuffer - " in detachNextBuffer()
148 LOG(ERROR) << "TWGraphicBufferProducer::attachBuffer - " in attachBuffer()
169 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - " in queueBuffer()
180 LOG(ERROR) << "TWGraphicBufferProducer::queueBuffer - " in queueBuffer()
199 LOG(ERROR) << "TWGraphicBufferProducer::cancelBuffer - " in cancelBuffer()
227 LOG(ERROR) << "TWGraphicBufferProducer::connect - " in connect()
303 LOG(ERROR) << "TWGraphicBufferProducer::getLastQueuedBuffer - " in getLastQueuedBuffer()
[all …]
DOmx.cpp108 LOG(ERROR) << "Failed to allocate omx component " in allocateNode()
144 LOG(ERROR) << "Failed to create persistent input surface: " in createInputSurface()
166 LOG(ERROR) << "b/27597103, nonexistent observer on serviceDied"; in serviceDied()
197 LOG(WARNING) << "Inconsistent observer record"; in freeNode()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowOrientationListener.java48 private static final boolean LOG = SystemProperties.getBoolean( field in WindowOrientationListener
131 if (LOG) { in enable()
156 if (LOG) { in disable()
601 if (LOG) { in onSensorChanged()
618 if (LOG) { in onSensorChanged()
628 if (LOG) { in onSensorChanged()
647 if (LOG) { in onSensorChanged()
687 if (LOG) { in onSensorChanged()
693 if (LOG) { in onSensorChanged()
720 if (LOG) { in onSensorChanged()
[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()
111 LOG(ERROR) << "AttachedEvent handleEvent unknown type: " << type; in handleEvent()
/frameworks/base/core/jni/
Dandroid_os_HwBinder.cpp162 LOG(ERROR) << "Forcefully exiting"; in onTransact()
165 LOG(ERROR) << "Uncaught exception!"; in onTransact()
257 LOG(ERROR) << "Could not get hwservicemanager."; in JHwBinder_native_registerService()
270 LOG(INFO) << "Starting thread pool."; in JHwBinder_native_registerService()
298 LOG(ERROR) << "Could not get hwservicemanager."; in JHwBinder_native_getService()
321 LOG(INFO) << "Looking for service " in JHwBinder_native_getService()
349 LOG(ERROR) << "service " << ifaceName << " declares transport method " in JHwBinder_native_getService()
370 LOG(INFO) << "Starting thread pool."; in JHwBinder_native_getService()
Dfd_utils.cpp141 LOG(ERROR) << "Socket name not whitelisted : " << socket_name in CreateFromFd()
160 LOG(ERROR) << "Unsupported st_mode " << f_stat.st_mode; in CreateFromFd()
171 LOG(ERROR) << "Not whitelisted : " << file_path; in CreateFromFd()
303 LOG(ERROR) << "Unsupported socket (fd=" << fd << ") with family " << addr->sa_family; in GetSocketName()
312 LOG(ERROR) << "Unsupported AF_UNIX socket (fd=" << fd << ") with empty path."; in GetSocketName()
318 LOG(ERROR) << "Unsupported AF_UNIX socket (fd=" << fd << ") with abstract address."; in GetSocketName()
370 LOG(INFO) << "Ignoring open file descriptor " << fd; in Create()
409 LOG(INFO) << "Ignoring open file descriptor " << fd; in Restat()
Dandroid_os_VintfObject.cpp63 LOG(WARNING) << __FUNCTION__ << "Cannot get " << description; in tryAddSchema()
73 LOG(WARNING) << __FUNCTION__ << "Cannot get " << description; in tryAddHalNamesAndVersions()
121 LOG(WARNING) << __FUNCTION__ << "Cannot get device manifest"; in android_os_VintfObject_getSepolicyVersion()
131 LOG(WARNING) << __FUNCTION__ << "Cannot get framework manifest"; in android_os_VintfObject_getVndkSnapshots()
/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h352 LOG(INFO) << "connection request completed with result " in onMessageReceived()
373 LOG(INFO) << "ANNOUNCE completed with result " in onMessageReceived()
386 LOG(INFO) << "FAILED to authenticate"; in onMessageReceived()
443 LOG(ERROR) << "recv returned " << n; in onMessageReceived()
445 LOG(INFO) << "recv returned " << n << " bytes of data."; in onMessageReceived()
461 LOG(INFO) << "SETUP completed with result " in onMessageReceived()
491 LOG(INFO) << "transport = '" << transport << "'"; in onMessageReceived()
518 LOG(INFO) << "sending data to " in onMessageReceived()
551 LOG(INFO) << "RECORD completed with result " in onMessageReceived()
602 LOG(INFO) << "OPTIONS completed with result " in onMessageReceived()
[all …]
/frameworks/native/cmds/installd/tests/
Dinstalld_service_test.cpp114 LOG(INFO) << "FixupAppData_Upgrade"; in TEST_F()
133 LOG(INFO) << "FixupAppData_Moved"; in TEST_F()
157 LOG(INFO) << "RmDexNoDalvikCache"; in TEST_F()
Dinstalld_cache_test.cpp136 LOG(INFO) << "FreeCache_All"; in TEST_F()
158 LOG(INFO) << "FreeCache_Age"; in TEST_F()
180 LOG(INFO) << "FreeCache_Tombstone"; in TEST_F()
212 LOG(INFO) << "FreeCache_Group"; in TEST_F()
230 LOG(INFO) << "FreeCache_GroupTombstone"; in TEST_F()
/frameworks/native/cmds/lshal/
DLshal.cpp146 LOG(ERROR) << msg; in emitDebugInfo()
155 LOG(ERROR) << msg; in emitDebugInfo()
164 LOG(ERROR) << msg; in emitDebugInfo()
180 LOG(ERROR) << msg; in emitDebugInfo()

123