Loading core/jni/android_os_HwBinder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ static jobject JHwBinder_native_getService( if (transport != IServiceManager::Transport::HWBINDER && !vintfLegacy) { LOG(ERROR) << "service " << ifaceName << " declares transport method " << toString(transport) << " but framework expects hwbinder."; signalExceptionForError(env, UNKNOWN_ERROR, true /* canThrowRemoteException */); signalExceptionForError(env, NAME_NOT_FOUND, true /* canThrowRemoteException */); return NULL; } Loading Loading
core/jni/android_os_HwBinder.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ static jobject JHwBinder_native_getService( if (transport != IServiceManager::Transport::HWBINDER && !vintfLegacy) { LOG(ERROR) << "service " << ifaceName << " declares transport method " << toString(transport) << " but framework expects hwbinder."; signalExceptionForError(env, UNKNOWN_ERROR, true /* canThrowRemoteException */); signalExceptionForError(env, NAME_NOT_FOUND, true /* canThrowRemoteException */); return NULL; } Loading