|
||||||||
|
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 have a feeling this is related to the fix to make sure that the Android emulator accepts 5 digit port numbers.
https://android-review.googlesource.com/#/c/79532/
That would cause both a localhost and emulator instance to be registered with ADB.
This is related to the fix for JENKINS-12821 which only uses the emulator instance.
I did experiment with my proposed fix for JENKINS-12821
https://github.com/jenkinsci/android-emulator-plugin/pull/27
to make it register a localhost instance in ADB but that seemed to think that the emulator had crashed. I didn't get chance to explore that further yet.