felHR85 / UsbSerial

Usb serial controller for Android
MIT License
1.78k stars 581 forks source link

Waiting for GC Blocker issue #336

Open ssoftwares opened 3 years ago

ssoftwares commented 3 years ago

I have encountered this issue many times while using this library in my app. The app freezes occasionally and log "Waiting for GC Blocker" in logcat. It does not fix itself until the serial device is removed. Also i am facing a serious bug in every serial device that i am receiving packet in parts from device . Suppose the packet is AA BB CC DD EE FF GG HH , i receive it in two parts in onRecieveMethod , AA BB CC & DD EE FF GG HH or sometimes in three packet.