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 | 186 ALOGE("Native bridge library %s has been rejected for first character %c", in NativeBridgeNameAcceptable() 196 ALOGE("Native bridge library %s has been rejected for %c", nb_library_filename, *ptr); in NativeBridgeNameAcceptable() 295 ALOGE("Null instruction set in NeedsNativeBridge."); in NeedsNativeBridge() 362 ALOGE("Invalid state: native bridge is expected to be opened."); in PreInitializeNativeBridge() 391 ALOGE("not compatible with version %d, preZygoteFork() isn't invoked", in PreZygoteForkNativeBridge() 597 ALOGE("not compatible with version %d, cannot get signal handler", SIGNAL_VERSION); in NativeBridgeGetSignalHandler() 608 ALOGE("not compatible with version %d, cannot unload library", NAMESPACE_VERSION); in NativeBridgeUnloadLibrary() 630 ALOGE("not compatible with version %d, cannot check via library path", NAMESPACE_VERSION); in NativeBridgeIsPathSupported() 642 ALOGE("not compatible with version %d, cannot init namespace", NAMESPACE_VERSION); in NativeBridgeInitAnonymousNamespace() 664 ALOGE("not compatible with version %d, cannot create namespace %s", NAMESPACE_VERSION, name); in NativeBridgeCreateNamespace() [all …]
|