Android Question java.io.IOException: [JSR82] read: read() failed

Turbo3

Active Member
Licensed User
Longtime User
I get a "java.io.IOException: [JSR82] read: read() failed" from time to time reported in AStream_Error of my ASync Service module.

Any suggestions on how to identify the cause and a fix? I see no back trace just this single message if I log the "LastException" when AStream_Error gets activated. Is there some way to get a back trace with more details?

I assume it must have something to do with the Bluetooth data streaming in from the Bluetooth adapter.
 
Top