Mobile/Fennec/Android: Difference between revisions

Line 239: Line 239:


If you don't have the Android SDK installed, you can still extract logs using an application called aLogCat. Install it from the Android Market. Use it to capture logs and attach the logs to bugs.
If you don't have the Android SDK installed, you can still extract logs using an application called aLogCat. Install it from the Android Market. Use it to capture logs and attach the logs to bugs.
==== JavaScript dump() ====
To use the dump() function in JavaScript to write to the log:
# Go to about:config and set browser.dom.window.dump.enabled to "true"
# Run the following ADB commands:
adb shell stop
adb shell setprop log.redirect-stdio true
adb shell start


=== Using nVidia GDB ===
=== Using nVidia GDB ===
canmove, Confirmed users
1,584

edits