Searched refs:ALOGE (Results 1 – 2 of 2) sorted by relevance
/art/test/odsign/jni/ |
D | android_tests_odsign_ArtifactsSignedTest.cc | 31 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__) macro 40 ALOGE("statx failed at %s", path.c_str()); in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative() 46 ALOGE("STATX_ATTR_VERITY not supported by kernel"); in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative()
|
/art/libnativebridge/ |
D | native_bridge.cc | 188 ALOGE("Native bridge library %s has been rejected for first character %c", in NativeBridgeNameAcceptable() 198 ALOGE("Native bridge library %s has been rejected for %c", nb_library_filename, *ptr); in NativeBridgeNameAcceptable() 297 ALOGE("Null instruction set in NeedsNativeBridge."); in NeedsNativeBridge() 364 ALOGE("Invalid state: native bridge is expected to be opened."); in PreInitializeNativeBridge() 393 ALOGE("not compatible with version %d, preZygoteFork() isn't invoked", in PreZygoteForkNativeBridge() 607 ALOGE("not compatible with version %d, getTrampolineFnPtrWithJNICallType() isn't invoked", in NativeBridgeGetTrampolineForFunctionPointer() 632 ALOGE("not compatible with version %d, cannot get signal handler", SIGNAL_VERSION); in NativeBridgeGetSignalHandler() 643 ALOGE("not compatible with version %d, cannot unload library", NAMESPACE_VERSION); in NativeBridgeUnloadLibrary() 665 ALOGE("not compatible with version %d, cannot check via library path", NAMESPACE_VERSION); in NativeBridgeIsPathSupported() 677 ALOGE("not compatible with version %d, cannot init namespace", NAMESPACE_VERSION); in NativeBridgeInitAnonymousNamespace() [all …]
|