|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I think my adb is broken. I see the adb start-server two times.
$ adb start-server
$ adb start-server
The adb log starts with:
remote local: read terminated (message)
adb: offline
check_header(): invalid magic
bad header: terminated (data)
adb: offline
After this output there is only the sockel level log. So at the first adb start-server the log is correct. But not at the second one. I will look into it.
I can see this at the process too. One adb process appears. Then appears a second one. After 1 second the first (I'm not 100% sure) disappears. This phenomenon started one month ago. The android emulator had the problem befor this change too. Maybe my adb installation is broken. I will reinstall/reconfigure it.
I'm coming back on Thursday. I can't work on this issue until then.