Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Mobile USB" option fails when using adb over tcp #56

Open
maks opened this issue Sep 12, 2013 · 0 comments
Open

"Mobile USB" option fails when using adb over tcp #56

maks opened this issue Sep 12, 2013 · 0 comments

Comments

@maks
Copy link
Contributor

maks commented Sep 12, 2013

when trying to profile a device which doesn't have a non-host usb port (eg. android x86, pc like devices) you need to run adb over tcp instead.
This works fine for adb, but choosing the USB Mobile option in the add on causes this error to be displaye:
"You must have exactly one instance of Fennec running"

which seems to be because this code:
https://github.com/bgirard/Gecko-Profiler-Addon/blob/master/lib/remoteHost.js#L56-L64
is not parsing the output of adb devices correctly because when connected over tcp adb devices output is:

$ adb devices 
List of devices attached 
192.168.1.17:5555   device

Trying to use the "TCP" option connects fine but doesn't seem to know about pulling all the native libs of the device to enable breakpad profiling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant