Home
last modified time | relevance | path

Searched refs:ALOGE (Results 1 – 25 of 129) sorted by relevance

123456

/packages/services/Car/cpp/bugreport/
Dmain.cpp80 ALOGE("android_get_control_socket(%s): %s", service, strerror(errno)); in openSocket()
85 ALOGE("listen(control socket): %s", strerror(errno)); in openSocket()
93 ALOGE("accept(control socket): %s", strerror(errno)); in openSocket()
122 ALOGE("Failed to open output descriptor"); in zipFilesToFd()
133 ALOGE("Failed to start entry: [%d] %s", error, writer->ErrorCodeString(error)); in zipFilesToFd()
150 ALOGE("timed out while reading %s", name.c_str()); in zipFilesToFd()
152 ALOGE("read terminated abnormally (%s)", strerror(errno)); in zipFilesToFd()
159 ALOGE("WriteBytes() failed: [%d] %s", error, ZipWriter::ErrorCodeString(error)); in zipFilesToFd()
185 ALOGE("read timed out"); in copyTo()
187 ALOGE("read terminated abnormally (%s)", strerror(errno)); in copyTo()
[all …]
/packages/modules/Connectivity/netbpfload/
DNetBpfLoad.cpp65 ALOGE("FATAL: access(%s, F_OK) -> %d [%d:%s]", path, v, errno, strerror(errno)); in exists()
117 ALOGE("Failed to load object: %s, ret: %s", progPath.c_str(), std::strerror(-ret)); in loadAllElfObjects()
138 ALOGE("Failed to create directory: %s, ret: %s", s.c_str(), std::strerror(err)); in createSysFsBpfSubDir()
154 ALOGE("open('%s', O_WRONLY | O_CLOEXEC) -> %s", filename, strerror(err)); in writeProcSysFile()
161 ALOGE("write('%s', '%s', %d) -> %s", filename, value, len, strerror(err)); in writeProcSysFile()
166 ALOGE("write('%s', '%s', %d) -> short write [%d]", filename, value, len, v); in writeProcSysFile()
304 ALOGE("Unable to find platform's bpfloader & netbpfload init scripts."); in doLoad()
309 ALOGE("Platform has *both* bpfloader & netbpfload init scripts."); in doLoad()
316 ALOGE("Impossible - not reachable on Android <T."); in doLoad()
322 ALOGE("Android T requires kernel 4.9."); in doLoad()
[all …]
Dloader.cpp126 ALOGE("unrecognized pin_subdir '%-32s'", s); in getDomainFromPinSubdir()
317 ALOGE("Section %s too short (defaulting to %u [0x%x]).", name, defVal, defVal); in readSectionUint()
408 ALOGE("readProgDefs failed due to improper sized progs section, %zu %% %zu != 0", in readProgDefs()
610 ALOGE("bpf map name %s mismatch: desired/found: " in mapMatchesExpectations()
631 ALOGE("createMaps failed due to improper sized maps section, %zu %% %zu != 0", in createMaps()
795 ALOGE("create %s -> %d [%d:%s]", createLoc.c_str(), ret, err, strerror(err)); in createMaps()
802 ALOGE("rename %s %s -> %d [%d:%s]", createLoc.c_str(), mapPinLoc.c_str(), ret, in createMaps()
810 ALOGE("pin %s -> %d [%d:%s]", mapPinLoc.c_str(), ret, err, strerror(err)); in createMaps()
817 ALOGE("chmod(%s, 0%o) = %d [%d:%s]", mapPinLoc.c_str(), md[i].mode, ret, err, in createMaps()
824 ALOGE("chown(%s, %u, %u) = %d [%d:%s]", mapPinLoc.c_str(), md[i].uid, md[i].gid, in createMaps()
[all …]
/packages/services/DeviceAsWebcam/jni/
DUVCProvider.cpp56 ALOGE("%s epoll_create failed: %s", __FUNCTION__, strerror(errno)); in init()
68 ALOGE("%s Epoll_ctl ADD failed %s \n", __FUNCTION__, strerror(errno)); in add()
80 ALOGE("%s Epoll_ctl DEL failed %s \n", __FUNCTION__, strerror(errno)); in modify()
84 ALOGE("%s Epoll_ctl ADD failed %s \n", __FUNCTION__, strerror(errno)); in modify()
93 ALOGE("%s Epoll_ctl DEL failed %s \n", __FUNCTION__, strerror(errno)); in remove()
105 ALOGE("%s nFds was < 0 %s", __FUNCTION__, strerror(errno)); in waitForEvents()
118 ALOGE("%s Couldn't open V4L2 device %s err: %d fd %d, err str %s", __FUNCTION__, in openV4L2DeviceAndSubscribe()
129 ALOGE("%s: Couldn't create an inotify fd. Error(%d): %s", __FUNCTION__, in openV4L2DeviceAndSubscribe()
140 ALOGE("%s: Couldn't add watch for %s. Error(%d): %s", __FUNCTION__, videoNode.c_str(), in openV4L2DeviceAndSubscribe()
148 ALOGE("%s Couldn't get V4L2 device capabilities fd %d", __FUNCTION__, mUVCFd.get()); in openV4L2DeviceAndSubscribe()
[all …]
DDeviceAsWebcamServiceManager.cpp78 ALOGE("%s: Unable to init/ start service", __FUNCTION__); in setupServicesAndStartListening()
91 ALOGE("%s called, but native service is not running. Ignoring call.", __FUNCTION__); in encodeImage()
103 ALOGE("%s called but java foreground service is not running. No-op-ing out", __FUNCTION__); in setStreamConfig()
113 ALOGE("%s called but java foreground service is not running. No-op-ing out", __FUNCTION__); in startStreaming()
123 ALOGE("%s called but java foreground service is not running. No-op-ing out", __FUNCTION__); in stopStreaming()
133 ALOGE("%s called but java foreground service is not running. No-op-ing out", __FUNCTION__); in returnImage()
143 ALOGE("%s called but java foreground service is not running. No-op-ing out", __FUNCTION__); in stopService()
165 ALOGE("%s called after Java Service was already considered destroyed. No-op-ing out.", in onDestroy()
DSdkFrameProvider.cpp35 ALOGE("%s: Encoder initialization failed", __FUNCTION__); in SdkFrameProvider()
62 ALOGE("%s Couldn't get hardware buffer descriptor", __FUNCTION__); in encodeImage()
71 ALOGE("%s: Received null AHardwareBuffer.", __FUNCTION__); in getHardwareBufferDescFromHardwareBuffer()
82 ALOGE("%s: Couldn't get hardware buffer planes from hardware buffer", __FUNCTION__); in getHardwareBufferDescFromHardwareBuffer()
151 ALOGE("%s Encoding was unsuccessful", __FUNCTION__); in onEncoded()
156 ALOGE("%s Queueing filled buffer failed, something is wrong", __FUNCTION__); in onEncoded()
168 ALOGE("Couldn't find AHardwareBuffer for buffer id %u, what ?", desc.bufferId); in releaseHardwareBuffer()
/packages/services/Car/cpp/evs/support_library/
DDisplayUseCase.cpp59 ALOGE("Missing or improper configuration for the EVS application. Exiting."); in initialize()
71 ALOGE("Failed to get resource manager instance. Initialization failed."); in initialize()
80 ALOGE("EVS Display unavailable. Exiting."); in initialize()
92 ALOGE("Failed to get a valid StreamHandler for %s", cameraId.c_str()); in initialize()
101 ALOGE("Cannot find a match camera. Exiting"); in initialize()
112 ALOGE("There is an error while initializing the use case. Exiting"); in startVideoStream()
127 ALOGE("Failed to construct direct renderer. Exiting."); in startVideoStream()
136 ALOGE("New renderer failed to activate. Exiting"); in startVideoStream()
145 ALOGE("setDisplayState returned an error (%d). Exiting.", (EvsResult)result); in startVideoStream()
151 ALOGE("failed to start stream handler"); in startVideoStream()
[all …]
DRenderBase.cpp70 ALOGE("Failed to get egl display"); in prepareGL()
77 ALOGE("Failed to initialize EGL: %s", getEGLError()); in prepareGL()
87 ALOGE("eglChooseConfig() failed with error: %s", getEGLError()); in prepareGL()
96 ALOGE("Failed to create OpenGL ES Mock surface: %s", getEGLError()); in prepareGL()
107 ALOGE("Failed to create OpenGL ES Context: %s", getEGLError()); in prepareGL()
113 ALOGE("Failed to make the OpenGL ES Context current: %s", getEGLError()); in prepareGL()
141 ALOGE("Unsupported target buffer format"); in attachRenderTarget()
151 ALOGE("Failed to allocate GraphicBuffer to wrap image handle"); in attachRenderTarget()
161 ALOGE("error creating EGLImage for target buffer: %s", getEGLError()); in attachRenderTarget()
175 ALOGE("glFramebufferRenderbuffer => %s", getEGLError()); in attachRenderTarget()
[all …]
DStreamHandler.cpp90 ALOGE("Ignored call for new frame while still holding the old one."); in getNewDisplayFrame()
93 ALOGE("Returning invalid buffer because we don't have any. " in getNewDisplayFrame()
115 ALOGE("StreamHandler::doneWithFrame got an unexpected buffer!"); in doneWithFrame()
243 ALOGE("Error %d allocating %d x %d graphics buffer", result, buffer.width, buffer.height); in allocate()
256 ALOGE("We didn't get a buffer handle back from the allocator"); in allocate()
280 ALOGE("Error allocating buffer"); in processFrame()
293 ALOGE("Failed to allocate GraphicBuffer to wrap image handle"); in processFrame()
307 ALOGE("Failed to gain read access to image buffer"); in processFrame()
329 ALOGE("Failed to gain write access to image buffer"); in processFrame()
379 ALOGE("Error allocating buffer"); in copyAndAnalyzeFrame()
[all …]
DRenderDirectView.cpp35 ALOGE("Error initializing GL"); in activate()
44 ALOGE("Error building shader program"); in activate()
52 ALOGE("Failed to set up video texture"); in activate()
70 ALOGE("Failed to attached render target"); in drawFrame()
80 ALOGE("Couldn't set shader parameter 'cameraMat'"); in drawFrame()
94 ALOGE("Couldn't set shader parameter 'tex'"); in drawFrame()
DAnalyzeUseCase.cpp43 ALOGE("Missing or improper configuration for the EVS application. Exiting."); in initialize()
63 ALOGE("Failed to get a valid StreamHandler for %s", cameraId.c_str()); in initialize()
72 ALOGE("Cannot find a match camera. Exiting"); in initialize()
81 ALOGE("There is an error while initializing the use case. Exiting"); in startVideoStream()
99 ALOGE("Failed to detach render callback since stream handler is null"); in stopVideoStream()
109 ALOGE("Failed to release resources since resource manager is null"); in stopVideoStream()
/packages/services/Car/cpp/car_binder_lib/largeParcelable/
DLargeParcelableBase.cpp71 ALOGE("failed to read Int32: %d", status); in readFromParcel()
75 ALOGE("failed to deserialize: %d", status); in readFromParcel()
82 ALOGE("invalid data, failed to read file descirptor: %d", status); in readFromParcel()
105 ALOGE("failed to serialize: %d", status); in prepareSharedMemory()
119 ALOGE("failed to serialize parcel to shared memory: %d", status); in prepareSharedMemory()
133 ALOGE("failed to serialize payload to parcel: %d", status); in writeToParcel()
143 ALOGE("failed to serialize shared memory fd to parcel: %d", status); in writeToParcel()
161 ALOGE("invalid shared memory fd, status: %d", sharedMemory.getErr()); in deserializeSharedMemoryAndClose()
171 ALOGE("failed to read Int32: %d", status); in deserializeSharedMemoryAndClose()
189 ALOGE("failed to map file for size: %zu, error: %d", sharedMemory.getSize(), in copyFromSharedMemory()
[all …]
DSharedMemory.cpp46 ALOGE("%s", "the FD is not valid"); in SharedMemory()
52 ALOGE("ashmem_get_size_region failed, error: %s", std::strerror(errno)); in SharedMemory()
63 ALOGE("%s", "the FD is not valid"); in SharedMemory()
68 ALOGE("ashmem_get_size_region failed, error: %s", std::strerror(errno)); in SharedMemory()
79 ALOGE("ASharedMemory_create failed, error: %s", std::strerror(errno)); in SharedMemory()
90 ALOGE("ASharedMemory_setProt failed, error: %s", std::strerror(errno)); in lock()
/packages/modules/NeuralNetworks/driver/cache/nnCache/
DnnCache.cpp177 ALOGE("error unlinking cache file %s: %s (%d)", fname, strerror(errno), errno); in saveBlobCacheLocked()
184 ALOGE("error creating cache file %s: %s (%d)", fname, strerror(errno), errno); in saveBlobCacheLocked()
193 ALOGE("error allocating buffer for cache contents: %s (%d)", strerror(errno), errno); in saveBlobCacheLocked()
201 ALOGE("error writing cache contents: %s (%d)", strerror(-err), -err); in saveBlobCacheLocked()
214 ALOGE("error writing cache file: %s (%d)", strerror(errno), errno); in saveBlobCacheLocked()
234 ALOGE("error opening cache file %s: %s (%d)", mFilename.c_str(), strerror(errno), in loadBlobCacheLocked()
242 ALOGE("error stat'ing cache file: %s (%d)", strerror(errno), errno); in loadBlobCacheLocked()
250 ALOGE("cache file is too large: %#" PRIx64, static_cast<off64_t>(statBuf.st_size)); in loadBlobCacheLocked()
258 ALOGE("error mmaping cache file: %s (%d)", strerror(errno), errno); in loadBlobCacheLocked()
266 ALOGE("cache file has bad mojo"); in loadBlobCacheLocked()
[all …]
/packages/services/Car/cpp/watchdog/testclient/src/
Dmain.cpp83 ALOGE("%s: use \"carwatchdog_testclient timeout inactive_after terminate_after " in main()
86 ALOGE("timeout: critical|moderate|normal"); in main()
87 ALOGE("inactive_after: number in seconds (-1 for never being inactive)"); in main()
88 ALOGE("terminate_after: number in seconds (-1 for running forever)"); in main()
89 ALOGE("--forcedkill: terminate without unregistering from car watchdog daemon"); in main()
90 ALOGE("--verbose: output verbose logs"); in main()
94 ALOGE("Failed to initialize watchdog client"); in main()
/packages/modules/Connectivity/staticlibs/native/tcutils/
Dtcutils.cpp140 ALOGE("fopen(\"/proc/net/psched\"): %s", strerror(errno)); in getTickInUsec()
152 ALOGE("fscanf(/proc/net/psched, \"%%08x%%08x%%08x\"): %s", in getTickInUsec()
331 ALOGE("retrieveProgram failed: %d", error); in initBpfFd()
369 ALOGE("socket(AF_NETLINK, SOCK_RAW | SOCK_CLOEXEC, NETLINK_ROUTE): %d", in sendAndProcessNetlinkResponse()
377 ALOGE("setsockopt(fd, SOL_NETLINK, NETLINK_CAP_ACK, 1): %d", error); in sendAndProcessNetlinkResponse()
391 ALOGE("bind(fd, {AF_NETLINK, 0, 0}: %d)", error); in sendAndProcessNetlinkResponse()
399 ALOGE("connect(fd, {AF_NETLINK, 0, 0}): %d", error); in sendAndProcessNetlinkResponse()
407 ALOGE("send(fd, req, len, 0) failed: %d", error); in sendAndProcessNetlinkResponse()
412 ALOGE("send(fd, req, len = %d, 0) returned invalid message size %d", len, in sendAndProcessNetlinkResponse()
427 ALOGE("recv() failed: %d", error); in sendAndProcessNetlinkResponse()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/hal/
Dbluetooth_hci.cc63 ALOGE("BluetoothDeathRecipient::serviceDied - Bluetooth service died"); in serviceDied()
93 ALOGE("cb == nullptr! -> Unable to call initializationComplete(ERR)"); in initialize_impl()
125 ALOGE("Error sending event callback"); in initialize_impl()
127 ALOGE("Closing"); in initialize_impl()
138 ALOGE("Error sending acl callback"); in initialize_impl()
140 ALOGE("Closing"); in initialize_impl()
151 ALOGE("Error sending sco callback"); in initialize_impl()
153 ALOGE("Closing"); in initialize_impl()
165 ALOGE("Error sending iso callback"); in initialize_impl()
167 ALOGE("Closing"); in initialize_impl()
[all …]
/packages/modules/Connectivity/service/native/libs/libclat/
Dclatutils.cpp125 ALOGE("setsockopt(SOL_SOCKET, SO_MARK) failed: %s", strerror(err)); in generateIpv6Address()
132 ALOGE("setsockopt(SOL_SOCKET, SO_BINDTODEVICE, '%s') failed: %s", iface, strerror(err)); in generateIpv6Address()
169 ALOGE("socket(AF_INET6, SOCK_DGRAM, 0) failed: %s", strerror(err)); in detect_mtu()
176 ALOGE("setsockopt(SOL_SOCKET, SO_MARK) failed: %s", strerror(err)); in detect_mtu()
189 ALOGE("connect() failed: %s", strerror(err)); in detect_mtu()
199 ALOGE("getsockopt(SOL_IPV6, IPV6_MTU) failed: %s", strerror(err)); in detect_mtu()
204 ALOGE("getsockopt(SOL_IPV6, IPV6_MTU) returned unexpected size: %d", sz_mtu); in detect_mtu()
238 ALOGE("attach packet filter failed: %s", strerror(err)); in configure_packet_socket()
251 ALOGE("binding packet socket: %s", strerror(err)); in configure_packet_socket()
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
DBpfUtils.h48 ALOGE("Failed to get socket cookie: %s\n", strerror(err)); in getSocketCookie()
54 ALOGE("Failed to get socket cookie: len %d != 8\n", cookie_len); in getSocketCookie()
73 ALOGE("create PF_KEY socket failed: %s", strerror(err)); in synchronizeKernelRCU()
80 ALOGE("failed to close the PF_KEY socket: %s", strerror(err)); in synchronizeKernelRCU()
93 if (res) ALOGE("Failed to set the default MEMLOCK rlimit: %s", strerror(errno)); in setrlimitForTest()
/packages/modules/StatsD/statsd/src/external/
DPerfetto.cpp44 ALOGE("The perfetto trace config is empty, aborting"); in CollectPerfettoTraceAndUploadToDropbox()
60 ALOGE("pipe() failed while calling the Perfetto client: %s", strerror(errno)); in CollectPerfettoTraceAndUploadToDropbox()
66 ALOGE("fork() failed while calling the Perfetto client: %s", strerror(errno)); in CollectPerfettoTraceAndUploadToDropbox()
111 ALOGE("fdopen() failed while calling the Perfetto client: %s", strerror(errno)); in CollectPerfettoTraceAndUploadToDropbox()
119 ALOGE("fwrite() failed (ret: %zd) while calling the Perfetto client: %s", bytesWritten, in CollectPerfettoTraceAndUploadToDropbox()
129 ALOGE("Child process failed (0x%x) while calling the Perfetto client", childStatus); in CollectPerfettoTraceAndUploadToDropbox()
/packages/modules/Connectivity/netd/
DBpfHandler.cpp97 ALOGE("Failed to open the cgroup directory: %s", strerror(err)); in initPrograms()
226 ALOGE("Failed to set property ctl.start=mdnsd_netbpfload, see dmesg for reason."); in init()
320 ALOGE("Failed to getsockopt SO_DOMAIN: %s, fd: %d", strerror(errno), sockFd); in tagSocket()
324 ALOGE("Unsupported family: %d", socketFamily); in tagSocket()
331 ALOGE("Failed to getsockopt SO_PROTOCOL: %s, fd: %d", strerror(errno), sockFd); in tagSocket()
335 ALOGE("Unsupported protocol: %d", socketProto); in tagSocket()
362 ALOGE("Failed to get current configuration: %s", in tagSocket()
367 ALOGE("unknown configuration value: %d", configuration.value()); in tagSocket()
375 ALOGE("Failed to count the stats entry in map: %s", in tagSocket()
382 ALOGE("Too many stats entries in the map, total count: %u, chargeUid(%u) count: %u," in tagSocket()
[all …]
/packages/services/Car/cpp/computepipe/runner/input_manager/
DEvsInputManager.cpp80 ALOGE("Evs stream manager expects the input stream type to be camera."); in initializeCameras()
95 ALOGE("Multiple camera streams have the same stream id."); in initializeCameras()
112 ALOGE("No evs use cases configured. Verify that handleConfigPhase has been called"); in handleExecutionPhase()
121 ALOGE("Unable to successfully start all cameras"); in handleExecutionPhase()
145 ALOGE( in handleStopImmediatePhase()
168 ALOGE( in handleStopWithFlushPhase()
184 ALOGE("Unable to abort reset."); in handleResetPhase()
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/
Dmetrics_manager_util.cpp139 ALOGE("Unable to serialize matcher %lld", (long long)logMatcher.id()); in createAtomMatchingTracker()
150 ALOGE("Matcher \"%lld\" malformed", (long long)logMatcher.id()); in createAtomMatchingTracker()
160 ALOGE("Matcher \"%lld\" malformed", (long long)logMatcher.id()); in createAtomMatchingTracker()
173 ALOGE("Unable to serialize predicate %lld", (long long)predicate.id()); in createConditionTracker()
188 ALOGE("Predicate \"%lld\" malformed", (long long)predicate.id()); in createConditionTracker()
200 ALOGE("Unable to serialize metric %lld", (long long)id); in getMetricProtoHash()
211 ALOGE("Unable to serialize metric activation for metric %lld", (long long)id); in getMetricProtoHash()
232 ALOGE("AtomMatcher \"%lld\" has more than one tag ids. When a metric has dimension, " in handleMetricWithAtomMatchingTrackers()
327 ALOGE("metric DimensionalSamplingInfo missing sampledWhatField"); in handleMetricWithDimensionalSampling()
334 ALOGE("metric shardCount must be > 1"); in handleMetricWithDimensionalSampling()
[all …]
/packages/services/Car/cpp/evs/manager/1.0/
DEnumerator.cpp43 ALOGE("EVS access denied: pid = %d, uid = %d", ipc->getCallingPid(), ipc->getCallingUid()); in checkPermission()
87 ALOGE("Failed to open hardware camera %s", cameraId.c_str()); in openCamera()
91 ALOGE("Failed to allocate camera wrapper object"); in openCamera()
107 ALOGE("Requested camera %s not found or not available", cameraId.c_str()); in openCamera()
118 ALOGE("Ignoring call with null camera pointer."); in closeCamera()
159 ALOGE("EVS Display unavailable"); in openDisplay()
/packages/services/Car/cpp/computepipe/router/1.0/
Dservice.cpp19 ALOGE("Could not register service %s", SVC_NAME()); in startService()
22 ALOGE("Registration Complete"); in startService()
28 ALOGE("Bad Args"); in main()
34 ALOGE("Router thread joined IPC pool"); in main()

123456