Loading android/app/src/com/android/bluetooth/hfp/HeadsetNativeInterface.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class HeadsetNativeInterface { } else { // Service must call cleanup() when quiting and native stack shouldn't send any event // after cleanup() -> cleanupNative() is called. Log.wtf(TAG, "FATAL: Stack sent event while service is not available: " + event); Log.w(TAG, "Stack sent event while service is not available: " + event); } } Loading Loading
android/app/src/com/android/bluetooth/hfp/HeadsetNativeInterface.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class HeadsetNativeInterface { } else { // Service must call cleanup() when quiting and native stack shouldn't send any event // after cleanup() -> cleanupNative() is called. Log.wtf(TAG, "FATAL: Stack sent event while service is not available: " + event); Log.w(TAG, "Stack sent event while service is not available: " + event); } } Loading