Page 1 of 1

Crash on Bluetooth keyboard disconnect

Posted: Mon Jul 29, 2019 5:36 pm
by GregSearle
When a Bluetooth keyboard disconnects from the device, LL crashes, dumping you into the last open app. I believe there is some sort of declaration in the manifest that can inform Android that LL does not handle Bluetooth devices and does not need to know when devices connect or disconnect. I just got a new multi-device mouse which connects as a "keyboard" to support extra buttons, and LL crashes whenever I switch the mouse between devices. Very annoying.

Re: Crash on Bluetooth keyboard disconnect

Posted: Tue Jul 30, 2019 7:03 am
by Pierrot
That's probably a border effect, as LL has no bluetooth permission. I suppose that some event is sent throughout the system and is not handled properly by LL, or maybe an input event is sent and not received as expected. If you could capture the logcat it would be very helpful, as I don't encounter this issue myself. Also does it crash when LL is in the background too ?

Re: Crash on Bluetooth keyboard disconnect

Posted: Tue Oct 08, 2019 12:52 pm
by GregSearle
I found the resource on this effect. The active app will reload when certain things happen, such as the screen rotating or the keyboard changing.

https://developer.android.com/guide/top ... gTheChange