Skip to content

Remote Debug on Android

sqliu edited this page Aug 29, 2013 · 13 revisions

Remote Debug of XWalk Core Shell on Android

XWalkCoreShell enables remote debug by default. The unix domain socket port in Android device is "org.xwalk.core.xwview.shell_devtools_remote", the port needs to be forwarded to host machine:

adb forward tcp:9210 localabstract:org.xwalk.core.xwview.shell_devtools_remote
Clone this wiki locally