You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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: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.
The text was updated successfully, but these errors were encountered: