Home
last modified time | relevance | path

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

12345678910

/device/linaro/poplar/wifi/wifi_hal/
Dlink_layer_stats.cpp63 ALOGE("Failed to create %x - %d", LSTATS_SUBCMD_GET_INFO, ret); in create()
89 ALOGE("Invalid stats pointer received"); in handleResponse()
94 ALOGE("Incorrect number of channels = %d", radio_stat->num_channels); in handleResponse()
96 ALOGE("radio: = %d", radio_stat->radio); in handleResponse()
97 ALOGE("on_time: = %d", radio_stat->on_time); in handleResponse()
98 ALOGE("tx_time: = %d", radio_stat->tx_time); in handleResponse()
99 ALOGE("rx_time: = %d", radio_stat->rx_time); in handleResponse()
100 ALOGE("on_time_scan: = %d", radio_stat->on_time_scan); in handleResponse()
101 ALOGE("on_time_nbd: = %d", radio_stat->on_time_nbd); in handleResponse()
102 ALOGE("on_time_gscan: = %d", radio_stat->on_time_gscan); in handleResponse()
[all …]
Dwifi_offload.cpp102 ALOGE("Failed to create start keep alive request; result = %d", result); in createRequest()
110 ALOGE("Failed to put id request; result = %d", result); in createRequest()
116 ALOGE("Failed to put ip pkt len request; result = %d", result); in createRequest()
122 ALOGE("Failed to put ip pkt request; result = %d", result); in createRequest()
128 ALOGE("Failed to put src mac address request; result = %d", result); in createRequest()
134 ALOGE("Failed to put dst mac address request; result = %d", result); in createRequest()
140 ALOGE("Failed to put period request; result = %d", result); in createRequest()
152 ALOGE("Failed to create stop keep alive request; result = %d", result); in createRequest()
160 ALOGE("Failed to put id request; result = %d", result); in createRequest()
169 ALOGE("Unknown wifi keep alive command"); in createRequest()
[all …]
Dwifi_logger.cpp164 ALOGE("Failed to create start ring logger request; result = %d", result); in createRingRequest()
172 ALOGE("Failed to put log level; result = %d", result); in createRingRequest()
177 ALOGE("Failed to put ring flags; result = %d", result); in createRingRequest()
182 ALOGE("Failed to put log time interval; result = %d", result); in createRingRequest()
187 ALOGE("Failed to put min data size; result = %d", result); in createRingRequest()
192 ALOGE("Failed to put ringbuffer name; result = %d", result); in createRingRequest()
208 ALOGE("Failed to create get fw version request; result = %d", result); in createRequest()
218 ALOGE("Failed to put get fw version request; result = %d", result); in createRequest()
229 ALOGE("Failed to create get drv version request; result = %d", result); in createRequest()
240 ALOGE("Failed to put get drv version request; result = %d", result); in createRequest()
[all …]
/device/google/wahoo/usb/
DUsbGadget.cpp67 ALOGE(" wd =%2d; ", i->wd); in displayInotifyEvent()
68 if (i->cookie > 0) ALOGE("cookie =%4d; ", i->cookie); in displayInotifyEvent()
70 ALOGE("mask = "); in displayInotifyEvent()
71 if (i->mask & IN_ACCESS) ALOGE("IN_ACCESS "); in displayInotifyEvent()
72 if (i->mask & IN_ATTRIB) ALOGE("IN_ATTRIB "); in displayInotifyEvent()
73 if (i->mask & IN_CLOSE_NOWRITE) ALOGE("IN_CLOSE_NOWRITE "); in displayInotifyEvent()
74 if (i->mask & IN_CLOSE_WRITE) ALOGE("IN_CLOSE_WRITE "); in displayInotifyEvent()
75 if (i->mask & IN_CREATE) ALOGE("IN_CREATE "); in displayInotifyEvent()
76 if (i->mask & IN_DELETE) ALOGE("IN_DELETE "); in displayInotifyEvent()
77 if (i->mask & IN_DELETE_SELF) ALOGE("IN_DELETE_SELF "); in displayInotifyEvent()
[all …]
DUsb.cpp69 ALOGE("fopen failed in readFile %s, errno=%d", filename.c_str(), errno); in readFile()
85 ALOGE("fputs failed in writeFile %s", filename.c_str()); in writeFile()
90 ALOGE("fopen failed in writeFile %s, errno=%d", filename.c_str(), errno); in writeFile()
151 ALOGE("Fatal: Error while switching back to drp"); in switchToDrp()
153 ALOGE("Fatal: Cannot open file to switch back to drp"); in switchToDrp()
156 ALOGE("Fatal: invalid node type"); in switchToDrp()
169 ALOGE("Fatal: invalid node type"); in switchMode()
222 ALOGE("pthread_condattr_init failed: %s", strerror(errno)); in Usb()
226 ALOGE("pthread_condattr_setclock failed: %s", strerror(errno)); in Usb()
230 ALOGE("pthread_cond_init failed: %s", strerror(errno)); in Usb()
[all …]
/device/generic/goldfish/wifi/createns/
Dcreatens.cpp56 ALOGE("%s <namespace>", program); in usage()
61 ALOGE("Failed to unlink file '%s': %s", file, strerror(errno)); in removeFile()
70 ALOGE("Must provide a namespace argument that is not empty"); in getNamespacePath()
76 ALOGE("Namespace argument too long"); in getNamespacePath()
85 ALOGE("Could not create namespace path"); in getNamespacePath()
92 ALOGE("Could not append to namespace path"); in getNamespacePath()
109 ALOGE("Unable to create file '%s': %s", path.c_str(), strerror(errno)); in writeNamespacePid()
124 ALOGE("Unabled to created PID string for writing"); in writeNamespacePid()
137 ALOGE("Unable to write pid to file %s: %s", in writeNamespacePid()
183 ALOGE("Unable to open /dev/null as stdin"); in daemonize()
[all …]
/device/google/bonito/usb/
DUsbGadget.cpp68 ALOGE(" wd =%2d; ", i->wd); in displayInotifyEvent()
69 if (i->cookie > 0) ALOGE("cookie =%4d; ", i->cookie); in displayInotifyEvent()
71 ALOGE("mask = "); in displayInotifyEvent()
72 if (i->mask & IN_ACCESS) ALOGE("IN_ACCESS "); in displayInotifyEvent()
73 if (i->mask & IN_ATTRIB) ALOGE("IN_ATTRIB "); in displayInotifyEvent()
74 if (i->mask & IN_CLOSE_NOWRITE) ALOGE("IN_CLOSE_NOWRITE "); in displayInotifyEvent()
75 if (i->mask & IN_CLOSE_WRITE) ALOGE("IN_CLOSE_WRITE "); in displayInotifyEvent()
76 if (i->mask & IN_CREATE) ALOGE("IN_CREATE "); in displayInotifyEvent()
77 if (i->mask & IN_DELETE) ALOGE("IN_DELETE "); in displayInotifyEvent()
78 if (i->mask & IN_DELETE_SELF) ALOGE("IN_DELETE_SELF "); in displayInotifyEvent()
[all …]
/device/google/crosshatch/usb/
DUsbGadget.cpp68 ALOGE(" wd =%2d; ", i->wd); in displayInotifyEvent()
69 if (i->cookie > 0) ALOGE("cookie =%4d; ", i->cookie); in displayInotifyEvent()
71 ALOGE("mask = "); in displayInotifyEvent()
72 if (i->mask & IN_ACCESS) ALOGE("IN_ACCESS "); in displayInotifyEvent()
73 if (i->mask & IN_ATTRIB) ALOGE("IN_ATTRIB "); in displayInotifyEvent()
74 if (i->mask & IN_CLOSE_NOWRITE) ALOGE("IN_CLOSE_NOWRITE "); in displayInotifyEvent()
75 if (i->mask & IN_CLOSE_WRITE) ALOGE("IN_CLOSE_WRITE "); in displayInotifyEvent()
76 if (i->mask & IN_CREATE) ALOGE("IN_CREATE "); in displayInotifyEvent()
77 if (i->mask & IN_DELETE) ALOGE("IN_DELETE "); in displayInotifyEvent()
78 if (i->mask & IN_DELETE_SELF) ALOGE("IN_DELETE_SELF "); in displayInotifyEvent()
[all …]
/device/google/cuttlefish/guest/hals/camera/
DCameraConfiguration.cpp109 ALOGE("%s: Invalid camera orientation: %s.", __FUNCTION__, value.c_str()); in ValueToCameraOrientation()
121 ALOGE("%s: Invalid camera HAL version. Expected number, got %s.", in ValueToCameraHalVersion()
140 ALOGE("%s: Invalid camera HAL version. Version %d not supported.", in ValueToCameraHalVersion()
155 ALOGE("%s: Invalid camera resolution width. Expected number, got %s.", in ValueToCameraResolution()
162 ALOGE("%s: Invalid camera resolution height. Expected number, got %s.", in ValueToCameraResolution()
169 ALOGE("%s: Invalid camera resolution: %dx%d", __FUNCTION__, in ValueToCameraResolution()
176 ALOGE( in ValueToCameraResolution()
192 ALOGE("%s: Configuration root is not an object", __FUNCTION__); in ConfigureCameras()
203 ALOGE("%s: Camera definition is not an object", __FUNCTION__); in ConfigureCameras()
209 ALOGE("%s: Invalid camera definition: key %s is missing.", __FUNCTION__, in ConfigureCameras()
[all …]
DGrallocModule.cpp39 ALOGE("%s: Failed to get gralloc module: %d", __FUNCTION__, ret); in GrallocModule()
46 ALOGE("%s: No gralloc available.", __FUNCTION__); in GrallocModule()
62 ALOGE("%s: Failed to import gralloc3 buffer.", __FUNCTION__); in import()
71 ALOGE("%s: Failed to import gralloc0 buffer: %d.", __FUNCTION__, ret); in import()
78 ALOGE("%s: No gralloc available for import.", __FUNCTION__); in import()
88 ALOGE("%s: Failed to release gralloc3 buffer.", __FUNCTION__); in release()
97 ALOGE("%s: Failed to release gralloc0 buffer: %d.", __FUNCTION__, ret); in release()
102 ALOGE("%s: No gralloc available for release.", __FUNCTION__); in release()
131 ALOGE("%s Failed to lock gralloc3 buffer.", __FUNCTION__); in lock()
140 ALOGE("%s: Failed to lock gralloc0 buffer: %d", __FUNCTION__, ret); in lock()
[all …]
DQemuClient.cpp82 ALOGE("%s: NULL or an empty string is passed as query name.", __FUNCTION__); in createQuery()
95 ALOGE("%s: Unable to allocate %zu bytes for query buffer", __FUNCTION__, in createQuery()
126 ALOGE("%s: Invalid reply to the query", __FUNCTION__); in completeQuery()
137 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer); in completeQuery()
147 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer); in completeQuery()
157 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer); in completeQuery()
205 ALOGE("%s: Qemu client is already connected", __FUNCTION__); in connectClient()
226 ALOGE("%s: Unable to connect to the camera service '%s': %s", __FUNCTION__, in connectClient()
245 ALOGE("%s: Qemu client is not connected", __FUNCTION__); in sendMessage()
257 ALOGE("%s: Error sending data via qemu pipe: '%s'", __FUNCTION__, in sendMessage()
[all …]
DEmulatedQemuCameraDevice.cpp75 ALOGE("%s: Qemu camera device is not initialized.", __FUNCTION__); in connectDevice()
91 ALOGE("%s: Connection to device '%s' failed", __FUNCTION__, in connectDevice()
108 ALOGE("%s: Cannot disconnect from the started device '%s.", __FUNCTION__, in disconnectDevice()
120 ALOGE("%s: Disconnection from device '%s' failed", __FUNCTION__, in disconnectDevice()
133 ALOGE("%s: Qemu camera device '%s' is not connected.", __FUNCTION__, in startDevice()
146 ALOGE("%s: commonStartDevice failed", __FUNCTION__); in startDevice()
155 ALOGE("%s: Unable to allocate %d bytes for preview frame", __FUNCTION__, in startDevice()
169 ALOGE("%s: Unable to start device '%s' for %.4s[%dx%d] frames", in startDevice()
199 ALOGE("%s: Unable to stop device '%s'", __FUNCTION__, in stopDevice()
244 ALOGE("%s: Unable to get current video frame: %s", __FUNCTION__, in inWorkerThread()
DEmulatedCameraDevice.cpp75 ALOGE("%s: Unable to instantiate worker thread object", __FUNCTION__); in Initialize()
88 ALOGE("%s: Device is not started", __FUNCTION__); in startDeliveringFrames()
167 ALOGE("%s: Device is not started", __FUNCTION__); in getCurrentPreviewFrame()
171 ALOGE("%s: No framebuffer", __FUNCTION__); in getCurrentPreviewFrame()
191 ALOGE("%s: Unknown pixel format %.4s", __FUNCTION__, in getCurrentPreviewFrame()
213 ALOGE("%s: Unknown pixel format %.4s", __FUNCTION__, in commonStartDevice()
228 ALOGE("%s: Unable to allocate framebuffer", __FUNCTION__); in commonStartDevice()
261 ALOGE("%s: Emulated camera device is not initialized", __FUNCTION__); in startWorkerThread()
274 ALOGE("%s: Emulated camera device is not initialized", __FUNCTION__); in stopWorkerThread()
308 ALOGE("%s: Unable to create thread control FDs: %d -> %s", __FUNCTION__, in readyToRun()
[all …]
DEmulatedCamera3.cpp78 ALOGE("%s: Trying to open a camera in state %d!", __FUNCTION__, mStatus); in connectCamera()
104 ALOGE("%s: NULL callback ops provided to HAL!", __FUNCTION__); in initializeDevice()
109 ALOGE("%s: Trying to initialize a camera in state %d!", __FUNCTION__, in initializeDevice()
122 ALOGE("%s: Not implemented", __FUNCTION__); in configureStreams()
128 ALOGE("%s: Not implemented", __FUNCTION__); in registerStreamBuffers()
134 ALOGE("%s: Not implemented", __FUNCTION__); in constructDefaultRequestSettings()
140 ALOGE("%s: Not implemented", __FUNCTION__); in processCaptureRequest()
145 ALOGE("%s: Not implemented", __FUNCTION__); in flush()
152 ALOGE("%s: Not implemented", __FUNCTION__); in dump()
231 ALOGE("%s: Unexpected NULL camera3 device", __FUNCTION__); in close()
/device/generic/goldfish/dhcp/client/
Dmain.cpp21 ALOGE("Usage: %s [--no-gateway] -i <interface>", program); in usage()
22 ALOGE(" If the optional parameter --no-gateway is specified the client"); in usage()
23 ALOGE(" will not configure the default gateway of the system."); in usage()
39 ALOGE("ERROR: -i parameter needs an argument"); in main()
46 ALOGE("ERROR: unknown parameters %s", argv[i]); in main()
52 ALOGE("ERROR: No interface specified"); in main()
60 ALOGE("Failed to initialize DHCP client: %s\n", res.c_str()); in main()
66 ALOGE("DHCP client failed: %s\n", res.c_str()); in main()
/device/google/coral/usb/
DUsbGadget.cpp38 ALOGE("configfs setup not done yet"); in UsbGadget()
53 ALOGE("Call to getCurrentUsbFunctionsCb failed %s", ret.description().c_str()); in getCurrentUsbFunctions()
80 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
92 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
108 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
124 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
133 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
141 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
159 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
168 ALOGE("Invalid vendorFunctions set: %s", vendorFunctions.c_str()); in validateAndSetVidPid()
[all …]
/device/generic/goldfish/camera/
DEmulatedQemuCameraDevice.cpp77 ALOGE("%s: Qemu camera device is not initialized.", __FUNCTION__); in connectDevice()
93 ALOGE("%s: Connection to device '%s' failed", in connectDevice()
111 ALOGE("%s: Cannot disconnect from the started device '%s.", in disconnectDevice()
123 ALOGE("%s: Disconnection from device '%s' failed", in disconnectDevice()
138 ALOGE("%s: Qemu camera device '%s' is not connected.", in startDevice()
150 ALOGE("%s: commonStartDevice failed", __FUNCTION__); in startDevice()
175 ALOGE("%s: Unable to start device '%s' for %.4s[%dx%d] frames", in startDevice()
208 ALOGE("%s: Unable to stop device '%s'", in stopDevice()
223 ALOGE("%s: Device is not started", __FUNCTION__); in getCurrentFrame()
227 ALOGE("%s: Invalid buffer provided", __FUNCTION__); in getCurrentFrame()
[all …]
DQemuClient.cpp95 ALOGE("%s: NULL or an empty string is passed as query name.", in createQuery()
109 ALOGE("%s: Unable to allocate %zu bytes for query buffer", in createQuery()
140 ALOGE("%s: Invalid reply to the query", __FUNCTION__); in completeQuery()
151 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer); in completeQuery()
161 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer); in completeQuery()
171 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer); in completeQuery()
225 ALOGE("%s: Qemu client is already connected", __FUNCTION__); in connectClient()
238 ALOGE("%s: Unable to connect to the camera service '%s': %s", in connectClient()
259 ALOGE("%s: Qemu client is not connected", __FUNCTION__); in sendMessage()
264 ALOGE("%s: Error sending data via qemu pipe: '%s'", in sendMessage()
[all …]
DEmulatedCamera3.cpp84 ALOGE("%s: Trying to open a camera in state %d!", in connectCamera()
111 ALOGE("%s: NULL callback ops provided to HAL!", in initializeDevice()
117 ALOGE("%s: Trying to initialize a camera in state %d!", in initializeDevice()
130 ALOGE("%s: Not implemented", __FUNCTION__); in configureStreams()
136 ALOGE("%s: Not implemented", __FUNCTION__); in registerStreamBuffers()
142 ALOGE("%s: Not implemented", __FUNCTION__); in constructDefaultRequestSettings()
148 ALOGE("%s: Not implemented", __FUNCTION__); in processCaptureRequest()
153 ALOGE("%s: Not implemented", __FUNCTION__); in flush()
160 ALOGE("%s: Not implemented", __FUNCTION__); in dump()
240 ALOGE("%s: Unexpected NULL camera3 device", __FUNCTION__); in close()
/device/google/cuttlefish/guest/hals/gps/
Dgps_vsoc.cpp81 ALOGE("no GPS emulation detected."); in gce_gps_init()
87 ALOGE("could not create thread control socket pair: %s", strerror(errno)); in gce_gps_init()
92 ALOGE("Starting thread callback=%p", callbacks->location_cb); in gce_gps_init()
96 ALOGE("could not create GPS thread: %s", strerror(errno)); in gce_gps_init()
116 ALOGE("%s: called with uninitialized gps_state!", __FUNCTION__); in gce_gps_start()
138 ALOGE("%s: called with uninitialized gps_state!", __FUNCTION__); in gce_gps_stop()
150 ALOGE("%s: could not send CMD_STOP command: ret=%d: %s", __FUNCTION__, ret, in gce_gps_stop()
161 ALOGE("%s: called with uninitialized gps_state!", __FUNCTION__); in gce_gps_inject_time()
172 ALOGE("%s: called with uninitialized gps_state!", __FUNCTION__); in gce_gps_inject_location()
182 ALOGE("%s: called with uninitialized gps_state!", __FUNCTION__); in gce_gps_delete_aiding_data()
[all …]
/device/google/wahoo/folio_daemon/
Dmain.cpp56 ALOGE("Unable to open uinput node: %s", strerror(errno)); in main()
64 ALOGE("Unable to enable SW_LID events: %s", strerror(errno)); in main()
77 ALOGE("Write user device to uinput node failed: %s", strerror(errno)); in main()
83 ALOGE("Unable to create uinput device: %s", strerror(errno)); in main()
115 ALOGE("Retries exhausted; exiting"); in main()
118 ALOGE("Unable to get Hall-effect sensor"); in main()
128 ALOGE("Unable to register for Hall-effect sensor events"); in main()
147 ALOGE("Write EV_SW to uinput node failed: %s", strerror(errno)); in main()
157 ALOGE("Write EV_SYN to uinput node failed: %s", in main()
167 ALOGE("Poll returned with zero events: %s", strerror(errno)); in main()
/device/generic/goldfish/wifi/wifi_hal/
Dnetlink.cpp55 ALOGE("Netlink already initialized"); in init()
61 ALOGE("Failed to create control pipe: %s", strerror(errno)); in init()
67 ALOGE("Failed to create netlink socket: %s", strerror(errno)); in init()
78 ALOGE("Failed to bind netlink socket: %s", strerror(errno)); in init()
115 ALOGE("poll encountered an error: %s", strerror(errno)); in eventLoop()
178 ALOGE("Failed to send netlink message: %s", strerror(errno)); in sendMessage()
192 ALOGE("recv failed to receive on netlink socket: %s", in readNetlinkMessage()
200 ALOGE("received invalid netlink message, too small for header"); in readNetlinkMessage()
205 ALOGE("received invalid netlink message, too small for data"); in readNetlinkMessage()
212 ALOGE("Receive netlink error message: %s, sequence %u", in readNetlinkMessage()
[all …]
/device/google/crosshatch/vibrator/
Dimpl.cpp64 ALOGE("Failed to open %s (%d): %s", F0_FILEPATH, errno, strerror(errno)); in loadCalibrationData()
69 ALOGE("Failed to open %s (%d): %s", REDC_FILEPATH, errno, strerror(errno)); in loadCalibrationData()
74 ALOGE("Failed to open %s (%d): %s", CALIBRATION_FILEPATH, errno, strerror(errno)); in loadCalibrationData()
109 ALOGE("Failed to open %s (%d): %s", ACTIVATE_PATH, errno, strerror(errno)); in makeVibratorService()
114 ALOGE("Failed to open %s (%d): %s", DURATION_PATH, errno, strerror(errno)); in makeVibratorService()
119 ALOGE("Failed to open %s (%d): %s", STATE_PATH, errno, strerror(errno)); in makeVibratorService()
124 ALOGE("Failed to open %s (%d): %s", EFFECT_INDEX_PATH, errno, strerror(errno)); in makeVibratorService()
129 ALOGE("Failed to open %s (%d): %s", EFFECT_QUEUE_PATH, errno, strerror(errno)); in makeVibratorService()
134 ALOGE("Failed to open %s (%d): %s", DIGI_SCALE_PATH, errno, strerror(errno)); in makeVibratorService()
139 ALOGE("Failed to set state (%d): %s", errno, strerror(errno)); in makeVibratorService()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DQemuPipeStreamFuchsia.cpp67 ALOGE("zx_vmar_unmap failed: %d\n", status); in ~QemuPipeStream()
77 ALOGE("%s: failed to get service handle for " QEMU_PIPE_PATH, in connect()
89 ALOGE("zx::channel::create failed: %d", status); in connect()
100 ALOGE("%s: failed to create event: %d", __FUNCTION__, status); in connect()
106 ALOGE("%s: failed to duplicate event: %d", __FUNCTION__, status); in connect()
113 ALOGE("%s: failed to set event: %d:%d", __FUNCTION__, in connect()
120 ALOGE("%s: failed allocate initial buffer", __FUNCTION__); in connect()
127 ALOGE("%s: failed write pipe name", __FUNCTION__); in connect()
158 ALOGE("zx_vmar_unmap failed: %d\n", status); in allocBuffer()
169 ALOGE("%s: failed to get buffer: %d:%d", __FUNCTION__, in allocBuffer()
[all …]
/device/google/cuttlefish/guest/monitoring/tombstone_transmit/
Dtombstone_transmit.cpp40 ALOGE("%s: inotify_init failure error: '%s' (%d)", __FUNCTION__, in new_tombstone_create_notifier()
48 ALOGE("%s: Could not add watch for '%s', error: '%s' (%d)", __FUNCTION__, in new_tombstone_create_notifier()
65 ALOGE("%s: Couldn't read out inotify event due to error: '%s' (%d)", in get_next_tombstone_path_blocking()
72 ALOGE("%s: inotify event didn't contain filename",__FUNCTION__); in get_next_tombstone_path_blocking()
77 ALOGE("%s: inotify event didn't pertain to file creation",__FUNCTION__); in get_next_tombstone_path_blocking()
126 ALOGE("Unable to connect to vsock:%u:%u: %s", FLAGS_cid, FLAGS_port, in main()
129 ALOGE("%s closed in the middle of readout.", ts_path.c_str()); in main()

12345678910