Searched refs:LOG_NB (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/native_bridge/ |
D | native_bridge.cc | 50 #define LOG_NB ALOGV // redefine to ALOGD for debugging macro 400 LOG_NB("native_bridge_initialize(runtime_callbacks=%p, private_dir='%s', app_isa='%s')", in native_bridge_initialize() 428 LOG_NB("native_bridge_loadLibrary(path='%s', flag=0x%x)", libpath ? libpath : "(null)", flag); in native_bridge_loadLibrary() 438 LOG_NB( in native_bridge_getTrampolineWithJNICallType() 479 LOG_NB( in native_bridge_getTrampolineForFunctionPointer() 505 LOG_NB( in native_bridge_getTrampoline() 513 LOG_NB("native_bridge_isSupported(path='%s')", libpath ? libpath : "(null)"); in native_bridge_isSupported() 519 LOG_NB("native_bridge_getAppEnv(app_isa='%s')", instruction_set ? instruction_set : "(null)"); in native_bridge_getAppEnv() 524 LOG_NB("native_bridge_isCompatibleWith(bridge_version=%d)", bridge_version); in native_bridge_isCompatibleWith() 530 LOG_NB("native_bridge_getSignalHandler(signal=%d)", signal); in native_bridge_getSignalHandler() [all …]
|