HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_LOG_ERROR (Results 1 - 25 of 161) sorted by null

1 2 3 4 5 6 7

  /cts/tests/tests/jni/libjnitest/
register.c 37 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register InstanceNonce");
43 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register StaticNonce");
49 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register JniCTest");
55 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "failed to register JniCppTest");
  /bionic/libc/malloc_debug/
debug_log.h 39 async_safe_format_log(ANDROID_LOG_ERROR, "malloc_debug", (format), ##__VA_ARGS__)
40 #define error_log_string(str) async_safe_write_log(ANDROID_LOG_ERROR, "malloc_debug", (str))
  /system/keymaster/contexts/
soft_keymaster_logger.cpp 29 int android_log_level = ANDROID_LOG_ERROR;
41 android_log_level = ANDROID_LOG_ERROR;
44 android_log_level = ANDROID_LOG_ERROR;
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /frameworks/ml/nn/runtime/test/benchmark/libnnbenchmark/
run_tflite.cpp 32 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
40 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
60 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG,
72 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Failed to allocate tensors!");
85 __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "Failed to invoke: %d!", (int)status);
  /external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 38 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
45 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
52 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
59 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
66 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
73 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
80 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
87 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, \
206 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG, msg);*/
221 __android_log_write(ANDROID_LOG_ERROR, WEBRTC_LOG_TAG
    [all...]
  /art/libart_fake/
fake.cc 21 #define LOGIT(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_test_common.h 20 __android_log_print(ANDROID_LOG_ERROR, ANDROID_LOG_TAG, __VA_ARGS__)
  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 26 #define LOGE(msg...) __android_log_print(ANDROID_LOG_ERROR, "Native_JPEGStream", msg)
  /packages/apps/TV/jni/
logging.h 30 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
  /system/core/debuggerd/tombstoned/
tombstoned_client.cpp 40 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to connect to tombstoned: %s",
50 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write DumpRequest packet: %s",
58 async_safe_format_log(ANDROID_LOG_ERROR, "libc",
63 ANDROID_LOG_ERROR, "libc",
  /system/core/libbacktrace/
BacktraceAsyncSafeLog.h 30 async_safe_format_log(ANDROID_LOG_ERROR, "libbacktrace", "%s: " format, __PRETTY_FUNCTION__, \
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 70 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "fallback allocator already in use");
93 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "fallback allocator already in use");
109 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to open %s: %s", buf, strerror(errno));
141 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to read tid");
146 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "received tid %d, expected %d", tid,
196 async_safe_format_log(ANDROID_LOG_ERROR, "libc",
204 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "cmpxchg for thread %d failed", gettid());
212 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to write to output fd");
246 async_safe_format_log(ANDROID_LOG_ERROR, "libc", "failed to create pipe: %s",
255 async_safe_format_log(ANDROID_LOG_ERROR, "libc"
    [all...]
  /external/android-clat/
ipv4.c 40 logmsg_dbg(ANDROID_LOG_ERROR, "icmp_packet/(too small)");
69 logmsg_dbg(ANDROID_LOG_ERROR, "ip_packet/too short for an ip header");
74 logmsg_dbg(ANDROID_LOG_ERROR, "ip_packet/ip header length set to less than 5: %x", header->ihl);
79 logmsg_dbg(ANDROID_LOG_ERROR, "ip_packet/ip header length set too large: %x", header->ihl);
84 logmsg_dbg(ANDROID_LOG_ERROR, "ip_packet/ip header version not 4: %x", header->version);
137 logmsg_dbg(ANDROID_LOG_ERROR, "ip_packet/unknown protocol: %x",header->protocol);
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
utils.h 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
33 __android_log_print(ANDROID_LOG_ERROR,LOG_TAG, "GL_ERROR");
  /external/libtextclassifier/util/base/
logging_raw.cc 39 return ANDROID_LOG_ERROR;
54 if (android_log_level != ANDROID_LOG_ERROR &&
  /packages/services/BuiltInPrintService/jni/include/
wprint_debug.h 51 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, TAG, __VA_ARGS__)
  /bionic/libc/bionic/
icu.cpp 72 async_safe_write_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't find an ICU .dat file");
80 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't open libicuuc.so: %s",
98 async_safe_format_log(ANDROID_LOG_ERROR, "bionic-icu", "couldn't find %s",
  /device/linaro/hikey/gralloc/
alloc_device.h 28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,__func__,__LINE__,args)
  /device/linaro/hikey/gralloc960/
alloc_device.h 28 #define AERR(fmt, args...) __android_log_print(ANDROID_LOG_ERROR, "[Gralloc-ERROR]", "%s:%d " fmt,__func__,__LINE__,##args)
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
logging.h 30 __android_log_write(ANDROID_LOG_ERROR, "atrace_helper", message);
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_defines.h 31 #define TEST_LOG_ERROR(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /frameworks/ml/nn/common/include/
ActivationFunctor.h 52 __android_log_print(ANDROID_LOG_ERROR, "NN API",
  /system/chre/platform/android/include/chre/target_platform/
log.h 34 CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__)
  /system/core/libmemunreachable/
log.h 26 #define MEM_ALOGE(...) async_safe_format_log(ANDROID_LOG_ERROR, LOG_TAG, ##__VA_ARGS__)

Completed in 5032 milliseconds

1 2 3 4 5 6 7