Home
last modified time | relevance | path

Searched refs:ALOGW (Results 1 – 25 of 537) sorted by relevance

12345678910>>...22

/frameworks/base/libs/androidfw/
DObbFile.cpp93 ALOGW("couldn't open file %s: %s", filename, strerror(errno)); in readFrom()
100 ALOGW("failed to read from %s (fd=%d)\n", filename, fd); in readFrom()
110 ALOGW("attempt to read from invalid fd\n"); in readFrom()
123 ALOGW("error seeking in ObbFile: %s\n", strerror(errno)); in parseObbFile()
125ALOGW("file is only %lld (less than %d minimum)\n", (long long int)fileLength, kFooterMinSize); in parseObbFile()
139 ALOGW("couldn't read footer signature: %s\n", strerror(errno)); in parseObbFile()
145 ALOGW("footer didn't match magic string (expected 0x%08x; got 0x%08x)\n", in parseObbFile()
153 ALOGW("claimed footer size is too large (0x%08zx; file size is 0x%08lld)\n", in parseObbFile()
159 ALOGW("claimed footer size is too small (0x%zx; minimum size is 0x%x)\n", in parseObbFile()
167 ALOGW("seek %lld failed: %s\n", (long long int)fileOffset, strerror(errno)); in parseObbFile()
[all …]
DDisplayEventDispatcher.cpp45 ALOGW("Failed to initialize display event receiver, status=%d", result); in initialize()
80 ALOGW("Failed to request next vsync, status=%d", status); in scheduleVsync()
97 ALOGW("Received spurious callback for unhandled poll event. " in handleEvent()
142 ALOGW("dispatcher %p ~ ignoring unknown event type %#x", this, ev.header.type); in processPendingEvents()
148 ALOGW("Failed to get events from display event dispatcher, status=%d", status_t(n)); in processPendingEvents()
DZipFileRO.cpp72 ALOGW("Error opening archive %s: %s", zipFileName, ErrorCodeString(error)); in open()
87 ALOGW("Error opening archive fd %d %s: %s", fd, debugFileName, ErrorCodeString(error)); in openFd()
158 ALOGW("Could not start iteration over %s: %s", mFileName != NULL ? mFileName : "<null>", in startIteration()
174 ALOGW("Error iteration over %s: %s", mFileName != NULL ? mFileName : "<null>", in nextEntry()
203 ALOGW("Buffer too short, requires %d bytes for entry name", requiredSize); in getEntryFileName()
250 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
267 ALOGW("ExtractToMemory failed with %s", ErrorCodeString(error)); in uncompressEntry()
/frameworks/av/media/libcpustats/
DThreadCpuUsage.cpp126 ALOGW("Can't add sample because measurements have never been enabled"); in sample()
148 ALOGW("Can't compute elapsed time because measurements have never been enabled"); in elapsed()
187 ALOGW("kernel_max %d but MAX_CPU %d", sKernelMax, MAX_CPU); in init()
190 ALOGW("kernel_max invalid %d", sKernelMax); in init()
197 ALOGW("Can't read number of CPUs"); in init()
201 ALOGW("Can't open number of CPUs"); in init()
212 ALOGW("getCpukHz called with invalid CPU %d", cpuNum); in getCpukHz()
235 ALOGW("getCpukHz can't open CPU %d", cpuNum); in getCpukHz()
252 ALOGW("Can't read CPU %d frequency", cpuNum); in getCpukHz()
/frameworks/av/media/libeffects/factory/
DEffectsConfigLoader.c166 ALOGW("loadLibrary() could not find library %s", path); in loadLibrary()
172 ALOGW("loadLibrary() failed to open %s", path); in loadLibrary()
178 ALOGW("loadLibrary() could not find symbol %s", AUDIO_EFFECT_LIBRARY_INFO_SYM_AS_STR); in loadLibrary()
183 ALOGW("getLibrary() bad tag %08x in lib info struct", desc->tag); in loadLibrary()
189 ALOGW("loadLibrary() bad lib version %08x", desc->version); in loadLibrary()
247 ALOGW("addSubEffect() could not get library %s", node->value); in addSubEffect()
255 ALOGW("addSubEffect() invalid uuid %s", node->value); in addSubEffect()
262 ALOGW("Error querying effect %s on lib %s", s, l->name); in addSubEffect()
273 ALOGW("Bad API version %08x on lib %s", d->apiVersion, l->name); in addSubEffect()
320 ALOGW("loadEffect() could not get library %s", node->value); in loadEffect()
[all …]
/frameworks/av/media/libaudioclient/
DPlayerBase.cpp94 ALOGW("PlayerBase::start() error %d", status); in startWithStatus()
104 ALOGW("PlayerBase::pause() error %d", status); in pauseWithStatus()
115 ALOGW("PlayerBase::stop() error %d", status); in stopWithStatus()
150 ALOGW("PlayerBase::setVolume() error %d", status); in setVolume()
170 ALOGW("PlayerBase::setPan() error %d", status); in setPan()
176 ALOGW("setStartDelay() is not supported"); in setStartDelayMs()
183 ALOGW("applyVolumeShaper() is not supported"); in applyVolumeShaper()
/frameworks/base/cmds/statsd/src/metrics/
Dmetrics_manager_util.cpp71 ALOGW("cannot find the AtomMatcher \"%lld\" in config", (long long)what); in handleMetricWithLogTrackers()
93 ALOGW("cannot find the AtomMatcher \"%lld\" in config", (long long)trigger); in handlePullMetricTriggerWithLogTrackers()
117 ALOGW("cannot find Predicate \"%lld\" in the config", (long long)condition); in handleMetricWithConditions()
124 ALOGW("cannot find Predicate \"%lld\" in the config", (long long)link.condition()); in handleMetricWithConditions()
309 ALOGW("cannot find \"what\" in CountMetric \"%lld\"", (long long)metric.id()); in initMetrics()
333 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics()
402 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics()
420 ALOGW("cannot find the metric name or what in config"); in initMetrics()
439 ALOGW("metrics has a MetricConditionLink but doesn't have a condition"); in initMetrics()
454 ALOGW("cannot find \"what\" in ValueMetric \"%lld\"", (long long)metric.id()); in initMetrics()
[all …]
/frameworks/base/cmds/incidentd/src/
DSection.cpp102 ALOGW("[%s] failed to open file", this->name.string()); in Execute()
113 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute()
119 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
129 ALOGW("[%s] failed to read data from incident helper: %s, timedout: %s", in Execute()
137 ALOGW("[%s] abnormal child process: %s", this->name.string(), strerror(-ihStatus)); in Execute()
167 ALOGW("GZipSection failed to open file %s", mFilenames[index]); in Execute()
171 ALOGW("[%s] can't open all the files", this->name.string()); in Execute()
179 ALOGW("[%s] failed to setup pipes", this->name.string()); in Execute()
185 ALOGW("[%s] failed to fork", this->name.string()); in Execute()
211 ALOGW("[%s] failed to read data from gzip: %s, timedout: %s", this->name.string(), in Execute()
[all …]
/frameworks/base/libs/hwui/
DProfileDataContainer.cpp56 ALOGW("Failed to get ashmem region size from fd %d, err %d %s", ashmemfd, err, in switchStorageToAshmem()
61 ALOGW("Ashmem region is too small! Received %d, required %u", regionSize, in switchStorageToAshmem()
69 ALOGW("Failed to move profile data to ashmem fd %d, error = %d", ashmemfd, err); in switchStorageToAshmem()
/frameworks/base/libs/hwui/service/
DGraphicsStatsService.cpp114 ALOGW("Failed to open '%s', errno=%d (%s)", path.c_str(), err, strerror(err)); in parseFromFile()
124 ALOGW("Failed to fstat '%s', errno=%d (%s) (st_size %d)", path.c_str(), err, in parseFromFile()
135 ALOGW("Failed to mmap '%s', errno=%d (%s)", path.c_str(), err, strerror(err)); in parseFromFile()
141 ALOGW("file_version mismatch! expected %d got %d", sCurrentFileVersion, file_version); in parseFromFile()
151 ALOGW("Parse failed on '%s' error='%s'", path.c_str(), in parseFromFile()
205 ALOGW("Frame time mistmatch %d vs. %u", bucket->render_millis(), in mergeProfileDataIntoProto()
232 ALOGW("Skipping dump, invalid package_name() '%s' or summary %d", in dumpAsTextToFd()
285 ALOGW("Failed to open '%s', error=%d (%s)", path.c_str(), err, strerror(err)); in saveBuffer()
291 ALOGW("Failed to write header to '%s', returned=%d errno=%d (%s)", path.c_str(), wrote, err, in saveBuffer()
300 ALOGW("Error writing to fd=%d, path='%s' err=%d (%s)", outFd, path.c_str(), in saveBuffer()
[all …]
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DEffectDescriptor.cpp50 ALOGW("%s effect %s already registered", __FUNCTION__, desc->name); in registerEffect()
55 ALOGW("registerEffect() memory limit exceeded for Fx %s, Memory %d KB", in registerEffect()
87 ALOGW("%s unknown effect ID %d", __FUNCTION__, id); in unregisterEffect()
92 ALOGW("unregisterEffect() memory %d too big for total %d", in unregisterEffect()
109 ALOGW("unregisterEffect() unknown effect ID %d", id); in setEffectEnabled()
136 ALOGW("setEffectEnabled(true) CPU Load limit exceeded for Fx %s, CPU %f MIPS", in setEffectEnabled()
144 ALOGW("setEffectEnabled(false) CPU load %d too high for total %d", in setEffectEnabled()
/frameworks/av/media/libmedia/
DMediaUtils.cpp45 ALOGW("requested %zu%% of total memory, using 100%%", percentageOfTotalMem); in limitProcessMemory()
54 ALOGW("couldn't determine total RAM"); in limitProcessMemory()
71 ALOGW("couldn't set allocation limit"); in limitProcessMemory()
/frameworks/base/cmds/statsd/src/anomaly/
Dsubscriber_util.cpp54 ALOGW("Failed to generate incident report."); in triggerSubscribers()
60 ALOGW("Failed to generate perfetto traces."); in triggerSubscribers()
70 ALOGW("Failed to generate perfprofd traces."); in triggerSubscribers()
/frameworks/native/libs/android_runtime_lazy/
Dandroid_runtime_lazy.cpp49 ALOGW("Could not find getJNIEnv."); in load()
56 ALOGW("Could not find ibinderForJavaObject."); in load()
64 ALOGW("Could not find javaObjectForIBinder."); in load()
/frameworks/av/media/img_utils/src/
DFileOutput.cpp28 ALOGW("%s: Destructor called with %s still open.", __FUNCTION__, mPath.string()); in ~FileOutput()
35 ALOGW("%s: Open called when file %s already open.", __FUNCTION__, mPath.string()); in open()
65 ALOGW("%s: Close called when file %s already close.", __FUNCTION__, mPath.string()); in close()
/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp108 ALOGW("Could not initialize EGL"); in initialize()
134 ALOGW("Could not select EGL configuration"); in initialize()
141 ALOGW("Could not find EGL configuration"); in initialize()
152 ALOGW("Could not create EGL context"); in initialize()
159 ALOGW("Could not query EGL version"); in initialize()
165 ALOGW("Unsupported EGL version"); in initialize()
173 ALOGW("Could not create EGL surface"); in initialize()
179 ALOGW("Could not change current EGL context"); in initialize()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyClientImpl.cpp32 ALOGW("%s: could not get AudioFlinger", __func__); in loadHwModule()
49 ALOGW("%s: could not get AudioFlinger", __func__); in openOutput()
61 ALOGW("%s: could not get AudioFlinger", __func__); in openDuplicateOutput()
81 ALOGW("%s: could not get AudioFlinger", __func__); in suspendOutput()
92 ALOGW("%s: could not get AudioFlinger", __func__); in restoreOutput()
109 ALOGW("%s: could not get AudioFlinger", __func__); in openInput()
/frameworks/base/cmds/idmap/
Dscan.cpp189 ALOGW("%s: failed to open zip %s\n", __FUNCTION__, path); in parse_apk()
194 ALOGW("%s: failed to find entry AndroidManifest.xml\n", __FUNCTION__); in parse_apk()
200 ALOGW("%s: failed to read entry info\n", __FUNCTION__); in parse_apk()
204 ALOGW("%s: cannot handle zip compression method %" PRIu16 "\n", __FUNCTION__, method); in parse_apk()
209 ALOGW("%s: failed to create FileMap\n", __FUNCTION__); in parse_apk()
214 ALOGW("%s: failed to allocate %" PRIu32 " byte\n", __FUNCTION__, uncompLen); in parse_apk()
220 ALOGW("%s: failed to inflate %" PRIu32 " byte\n", __FUNCTION__, uncompLen); in parse_apk()
/frameworks/av/media/utils/
DServiceUtilities.cpp248 ALOGW("%s: failed to retrieve defaultServiceManager", __func__); in retreivePackageManager()
253 ALOGW("%s: failed to retrieve native package manager", __func__); in retreivePackageManager()
264 ALOGW("%s: Playback capture is denied as package manager is not reachable", __func__); in doIsAllowed()
272 ALOGW("%s: Playback capture is denied for uid %u as the package names could not be " in doIsAllowed()
277 ALOGW("%s: Playback capture for uid %u is denied as no package name could be retrieved " in doIsAllowed()
284 ALOGW("%s: Playback capture is denied for uid %u as the manifest property could not be " in doIsAllowed()
289 ALOGW("%s: Playback capture is denied for uid %u as the package manager returned incoherent" in doIsAllowed()
/frameworks/base/core/jni/
Dandroid_backup_BackupHelperDispatcher.cpp62 ALOGW("Skipping unknown header: %d bytes", flattenedHeader.headerSize); in readHeader_native()
73 ALOGW("Failed reading chunk header"); in readHeader_native()
79 ALOGW("Skipping unknown header version: 0x%08x, %d bytes", flattenedHeader.version, in readHeader_native()
98 ALOGW("Malformed V1 header remainingHeader=%d dataSize=%d nameLength=%d", remainingHeader, in readHeader_native()
105 ALOGW("unable to allocate %d bytes", flattenedHeader.nameLength); in readHeader_native()
/frameworks/base/libs/hwui/pipeline/skia/
DGLFunctorDrawable.cpp54 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); in GetFboDetails()
60 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); in GetFboDetails()
66 ALOGW("Unable to extract renderTarget info from canvas; aborting GLFunctor draw"); in GetFboDetails()
112 ALOGW("Unable to extract renderTarget info from offscreen canvas; aborting GLFunctor"); in onDraw()
219 ALOGW("Unable to extract invert canvas matrix; aborting GLFunctor draw"); in onDraw()
/frameworks/opt/gamesdk/src/tuningfork/
Dclearcut_backend.cpp54 ALOGW("JNI Version is not supported, status : %d", envStatus); in Process()
59 ALOGW("Thread is not attached, status : %d", attachStatus); in Process()
65 ALOGW("JNIEnv is not OK, status : %d", envStatus); in Process()
174 ALOGW("Google Play Service is not available"); in InitWithClearcut()
243 ALOGW("Could not b64 encode protobuf"); in Print()
/frameworks/base/cmds/bootanimation/iot/
DBootParameters.cpp56 ALOGW("Unable to delete %s: %s", kLegacyLastBootFile, err.c_str()); in removeLegacyFiles()
61 ALOGW("Unable to delete %s: %s", kLegacyNextBootFile, err.c_str()); in removeLegacyFiles()
136 ALOGW("Failed to parse parameters from %s", kLastBootFile); in parseBootParameters()
147 ALOGW("Failed to parse parameters from %s", kLegacyLastBootFile); in parseLegacyBootParameters()
/frameworks/av/media/libaaudio/src/legacy/
DAudioStreamLegacy.cpp96 ALOGW("processCallbackCommon() data, stream disconnected"); in processCallbackCommon()
99 ALOGW("processCallbackCommon() no data because callback disabled"); in processCallbackCommon()
103 ALOGW("processCallbackCommon() data, frameCount is zero"); in processCallbackCommon()
123 ALOGW("%s() callback returned invalid result = %d", in processCallbackCommon()
/frameworks/base/cmds/statsd/src/external/
DStatsCallbackPuller.cpp40 ALOGW("No callback registered"); in PullInternal()
48 ALOGW("StatsCallbackPuller::pull failed for %d", mTagId); in PullInternal()

12345678910>>...22