Open estan opened 9 years ago
I would paste the whole debug log, but it seems it's impossible to copy/paste from the debug log window? (It seems to be a list widget instead of e.g. a plain text widget). If you really want I can type it all, but I'd rather not :)
Can you screenshot or something the beginning of the log? You should see a bunch of /dev/input probed - errors are poorly handled in this part of the code, but typically this happens if no device has been detected as a touch device to inject input.
Ah, of course, a screenshot. Didn't think of that. Here it is:
It looks like it is finding the touch device, right?
(This time I see those two keyboard down events before the 7 bytes are received. I didn't see those last time I tried. This time I tried a swipe to unlock my lock screen.)
I tried clicking with the mouse to remote control the phone (Xperia Z3 Compact), but the
bbqscreen
process raises a floating point exception, and the client has to try reconnecting until till thebbqscreen
service is running again. This happens every time I try to click or drag with the mouse.The output in the debug log when this happens is:
and the
adb logcat
output isI unfortunately don't have access to the created
tombstone_03
, so I can't get a better backtrace than this. It says it has been copied to DropBox, but I can't find it there.Tell me if you need more information and I'll see what I can do.