Confirmed users
14
edits
(Updated the commands to launch Fennec via adb) |
(Remove old content that is JimDB) |
||
Line 14: | Line 14: | ||
for the target specified above. Note: you cannot use <tt>ac_add_options --disable-optimize</tt> when building for x86. See {{bug|965870}}. | for the target specified above. Note: you cannot use <tt>ac_add_options --disable-optimize</tt> when building for x86. See {{bug|965870}}. | ||
==== Building different channels ==== | ==== Building different channels ==== | ||
Line 166: | Line 158: | ||
adb shell setprop log.redirect-stdio true | adb shell setprop log.redirect-stdio true | ||
adb shell start | adb shell start | ||
=== Using Debug Intent === | === Using Debug Intent === | ||
In order to attach before things get running, launch with: | In order to attach before things get running, launch with: | ||
Line 193: | Line 179: | ||
Note: this will only work if you have symbols for dalvik. | Note: this will only work if you have symbols for dalvik. | ||
=== Debugging with | === Debugging with Android Studio === | ||
See [https://mozilla.github.io/geckoview/tutorials/native-debugging.html] for Android Studio. | |||
=== Debugging with eclipse === | === Debugging with eclipse === |