Remote debugging problems, / data / local / debugger -socket not on my device

I recently launched Firefox OS 2 on my ZTE Open C and since then I have been unable to perform remote debugging.

I am using the following command to post the required stuff via adb:

adb forward tcp:$port localfilesystem:/data/local/debugger-socket

Where $ port is usually 6666, but no other port number works.

I checked /data/local/debugger-socket

through ls

in adb shell

, but no socket is listed.

I have enabled remote debugging on my phone, so the problem is elsewhere.

+3


source to share





All Articles