Crosswalk for android is single process. There is no separate render process. You can debug it with: (For arm:) . ./xwalk/build/android/envsetup.sh adb_gdb_xwalk_core_shell --debug --target-arch=arm --start
(For x86) . ./xwalk/build/android/envsetup.sh adb_gdb_xwalk_core_shell --debug --target-arch=ia32 --start From: Crosswalk-help [mailto:[email protected]] On Behalf Of Sam Nazi Sent: Friday, May 8, 2015 8:38 AM To: [email protected] Subject: [Crosswalk-help] [crosswalk-help] What is latest tool/command line option for debugging xwalk renderer process Hello, Saw this comments from crosswalk android debugging web page. Just wonder what is the latest tool/command line I should use for debugging into renderer process on native level. * [Deprecated] To debug the renderer process, use: adb_gdb_xwalk_core_shell --verbose --sandboxed=[0-6] The above is from the website: https://github.com/crosswalk-project/crosswalk-website/wiki/Android-debugging Thanks a bunch!
_______________________________________________ Crosswalk-help mailing list [email protected] https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help
