Hi all,
I’m trying to profile Firefox Preview Nightly which I understand it’s possible. I failed.
I said to step back a little. Now I’m trying to debug Gecko View Example app using this tutorial:
Regardless of the application you want to debug, you should be able to see your phone in the sidebar of aboutdebugging as soon as the connection has been established. Normally the first time you connect to a new computer via USB, you should get a prompt on the phone to authorize the connection.
Did you get such a prompt when connecting the phone to the computer?
I don’t know which phone you are using but I wonder if the option “ADB over network” is compatible with the regular USB debugging. Can you try to toggle that off and unplug/replug to see if it helps?
Ok Note that if you want to connect via Network Location to this device (using the hostname:port displayed in the settings menu) you need to set devtools.debugger.force-local to false in about:config in your Desktop Browser (by default we only allow to connect to browsers running on the same machine)
(edit: the pref should be set to false, true is the default… old habits…)
I think so. I tried a few other things like browser restart and revoking the debug rights of the laptop on the phone and adding it again but the adb server restart and devices might have fixed it.