You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try reopen activity and connect BT, but it was error:
08-02 07:03:45.892 24983-24992/com.test.bt E/System: Uncaught exception thrown by finalizer
08-02 07:03:45.892 24983-24992/com.test.bt E/System: java.io.IOException: socket not created
at android.net.LocalSocketImpl.shutdownInput(LocalSocketImpl.java:396)
at android.net.LocalSocket.shutdownInput(LocalSocket.java:206)
at android.bluetooth.BluetoothSocket.close(BluetoothSocket.java:582)
at android.bluetooth.BluetoothSocket.finalize(BluetoothSocket.java:277)
at java.lang.Daemons$FinalizerDaemon.doFinalize(Daemons.java:228)
at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:206)
at java.lang.Thread.run(Thread.java:818)
I must destroy app (not just activity) and reopen app again and launch activity and then it normal. But if i close activity and reopen again it will error.
And also how to stop stream from this libs?
The text was updated successfully, but these errors were encountered:
I try reopen activity and connect BT, but it was error:
I must destroy app (not just activity) and reopen app again and launch activity and then it normal. But if i close activity and reopen again it will error.
And also how to stop stream from this libs?
The text was updated successfully, but these errors were encountered: