Searched refs:ALOG (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/seccomp/app/jni/ |
D | android_seccomp_cts_app_SeccompDeviceTest.cpp | 27 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro 29 #define ALOGI(...) ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__) 30 #define ALOGE(...) ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)
|
/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/ |
D | version.cpp | 21 #define ALOG(priority, tag, ...) ((void)__android_log_print(ANDROID_##priority, tag, __VA_ARGS__)) macro 23 #define ALOGE(...) ALOG(LOG_ERROR, NULL, __VA_ARGS__)
|