Searched refs:LOGE (Results 1 - 25 of 68) sorted by relevance

123

/system/chre/platform/include/chre/platform/
H A Dfatal_error.h40 LOGE(fmt, ##__VA_ARGS__); \
H A Dlog.h26 * LOGE(format, ...)
42 #ifndef LOGE
43 #error "LOGE must be defined"
44 #endif // LOGE
68 #undef LOGE macro
69 #define LOGE(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
90 #define LOG_OOM() LOGE("Out of memory at %s:%d", __FILE__, __LINE__)
H A Dstatic_nanoapp_init.h38 #undef LOGE macro
H A Dassert.h58 * @param fmt Format string to pass to LOGE
59 * @param ... Arguments to pass to LOGE
63 LOGE("Assert: " fmt, ##__VA_ARGS__); \
/system/chre/platform/shared/nanoapp/
H A Dnanoapp_dso_util.cc36 LOGE("Invalid app info magic: got 0x%08" PRIx32 " expected 0x%08" PRIx32,
39 LOGE("Rejecting invalid app ID 0");
41 LOGE("Expected app ID (0x%016" PRIx64 ") doesn't match internal one (0x%016"
45 LOGE("Expected app version (0x%" PRIx32 ") doesn't match internal one (0x%"
48 LOGE("App targets a different major API version (%" PRIu32 ") than what we "
51 LOGE("App name is too long");
53 LOGE("App vendor is too long");
/system/chre/core/
H A Devent_loop_manager.cc44 LOGE("Memory manager debug dump failed.");
47 LOGE("Event loop debug dump failed.");
50 LOGE("Sensor request manager debug dump failed.");
53 LOGE("GNSS request manager debug dump failed.");
56 LOGE("Wifi request manager debug dump failed.");
59 LOGE("WWAN request manager debug dump failed.");
H A Dwwan_request_manager.cc47 LOGE("Cell info request made while a request is in flight");
76 LOGE("Cell info results received unexpectedly");
99 LOGE("Freeing cell info for non-existent nanoapp");
104 LOGE("Cell info released with no pending request");
/system/chre/apps/wifi_offload/
H A Dscan_result_message.cc32 LOGE("ScanResultsMessage output pointer is null in GetScanResults.");
53 LOGE(
60 LOGE(
H A Dpreferred_network.cc40 LOGE("Failed to deserialize PreferredNetwork. Null or incomplete members.");
46 LOGE("Failed to deserialize PreferredNetwork. Invalid security mode.");
H A Dscan_filter.cc41 LOGE("Failed to deserialize ScanFilter. Null or incomplete members.");
46 LOGE("Failed to deserialize ScanFilter. Null or incomplete members.");
H A Dscan_params.cc47 LOGE("Failed to deserialize ScanParams. Null or incomplete members.");
53 LOGE("Failed to deserialize ScanParams. Null or incomplete members.");
60 LOGE("Failed to deserialize ScanParams. Invalid frequency to scan.");
/system/chre/apps/spammer/
H A Dspammer.cc56 LOGE("Couldn't send event from message free callback");
73 LOGE("Couldn't send message from start callback");
78 LOGE("Couldn't send first repeated event");
81 LOGE("Couldn't send first empty event");
99 //LOGE("Couldn't send message");
105 LOGE("Couldn't send repeated event");
110 LOGE("Couldn't send empty event");
/system/chre/apps/gnss_world/
H A Dgnss_world.cc67 LOGE("Error sending location session start request");
74 LOGE("Error sending location session stop request");
87 LOGE("Async result not received!");
102 LOGE("Error requesting GNSS scan monitoring with %" PRIu8,
107 LOGE("Location session start request cookie mismatch");
115 LOGE("Error stoppinging GNSS scan monitoring with %" PRIu8,
120 LOGE("Location session stop request cookie mismatch");
123 LOGE("Received invalid async result %" PRIu8, result->requestType);
/system/chre/platform/linux/
H A Dchre_api_re.cc33 LOGE("%s", logBuf);
H A Dsystem_timer.cc50 LOGE("Couldn't delete timer: %s", strerror(errno));
68 LOGE("Couldn't create timer: %s", strerror(errno));
109 LOGE("Couldn't obtain current timer configuration: %s", strerror(errno));
128 LOGE("Couldn't set timer: %s", strerror(errno));
/system/chre/util/include/chre/util/
H A Dcontainer_support.h55 LOGE("Assert: " fmt, ##__VA_ARGS__); \
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dflatbuffers_serialization.h95 LOGE("Serialized %s size %zu too big for provided buffer %zu; dropping",
109 LOGE("%s deserialize buffer is null or has size zero.", log_tag);
114 LOGE("%s deserialize output pointer is null.", log_tag);
120 LOGE("Failed to verify %s deserialize buffer.", log_tag);
127 LOGE("Deserialized %s object is null or has missing members.", log_tag);
H A Dwifi_offload.h34 #undef LOGE macro
39 #define LOGE(fmt, ...) chreLog(CHRE_LOG_ERROR, LOG_TAG " " fmt, ##__VA_ARGS__) macro
61 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/system/chre/apps/wifi_world/
H A Dwifi_world.cc99 LOGE("Failed to set timer for delayed wifi scan");
117 LOGE("Error requesting wifi scan monitoring with %" PRIu8,
122 LOGE("Scan monitoring request cookie mismatch");
128 LOGE("Error requesting an on-demand wifi scan with %" PRIu8,
133 LOGE("On-demand scan cookie mismatch");
138 LOGE("Received invalid async result");
174 LOGE("Failed to request a wifi scan");
177 LOGE("Received invalid timer handle");
213 LOGE("Error sending scan monitoring request");
/system/chre/host/msm/daemon/
H A Dchre_daemon.cc161 LOGE(HUB_LOG_FORMAT_STR, timestampSeconds, log);
173 LOGE("Invalid CHRE hub log level, omitting log");
205 LOGE("CNTPCT_EL0 conversion to nanoseconds overflowed during time sync."
220 LOGE("CNTFRQ_EL0 had 0 value. Aborting time sync.");
242 LOGE("Failed to deliver timestamp message from host to CHRE: %d", success);
291 LOGE("Received an unknown result and no shutdown was requested. Quitting");
314 LOGE("Detected unexpected CHRE thread exit (%d)\n", ret);
336 LOGE("Failed to initialize reverse monitor on SLPI: %d", ret);
367 LOGE("Couldn't start reverse monitor thread");
401 LOGE("Messag
[all...]
/system/chre/host/common/include/chre_host/
H A Dlog.h30 * of LOGE, LOGW, etc. to populate the level.
41 #define LOGE(format, ...) CHRE_LOG(LOG_ERROR, format, ##__VA_ARGS__) macro
63 LOGE("%s: %s (%d)\n", message, error_string, error_code); \
/system/chre/host/common/
H A Dsocket_client.cc56 LOGE("disconnect() can't be called from a receive thread callback");
91 LOGE("Failed to send %zu bytes of data: %s", length, strerror(errno));
110 LOGE("Can't attempt to connect from a receive thread callback");
120 LOGE("Socket name length parameter is too long (%zu, max %zu)",
123 LOGE("Callbacks parameter must be provided");
242 LOGE("Couldn't connect client socket to '%s': %s",
246 LOGE("Failed to set SO_SNDBUF to %d: %s", sndbuf, strerror(errno));
253 LOGE("Couldn't create local socket: %s", strerror(errno));
/system/chre/util/include/chre/util/nanoapp/
H A Dlog.h42 #define LOGE(fmt, ...) chreLog(CHRE_LOG_ERROR, LOG_TAG " " fmt, ##__VA_ARGS__) macro
44 #define LOGE(fmt, ...) chreLogNull(fmt, ##__VA_ARGS__) macro
/system/chre/platform/slpi/include/chre/target_platform/
H A Dlog.h33 #define LOGE(fmt, ...) \ macro
/system/chre/apps/unload_tester/
H A Dunload_tester.cc45 LOGE("Couldn't unload nanoapp: not found");
47 LOGE("Failed to unload nanoapp");
89 LOGE("Couldn't defer callback");

Completed in 642 milliseconds

123