Confirmed users
360
edits
(Correct MDN link that was long-dead and provide better windows guidance) |
m (fix weird "logic" phrasing) |
||
| Line 23: | Line 23: | ||
*** See https://developer.mozilla.org/en-US/docs/Tools/WebIDE#Connecting_a_Firefox_OS_device which mentions how to go to the settings UI and enable "Remote Debugging" from the "Developer" menu and disabling the screen lock from the "Screen Lock" menu. | *** See https://developer.mozilla.org/en-US/docs/Tools/WebIDE#Connecting_a_Firefox_OS_device which mentions how to go to the settings UI and enable "Remote Debugging" from the "Developer" menu and disabling the screen lock from the "Screen Lock" menu. | ||
** Capture the logcat! | ** Capture the logcat! | ||
*** It is very important that you capture the logcat to a file and that you start the capture process before reproducing the bug. (logcat uses a circular buffer that discards older entries when the buffer fills up, so if you run logcat only after the problem happens, | *** It is very important that you capture the logcat to a file and that you start the capture process before reproducing the bug. (logcat uses a circular buffer that discards older entries when the buffer fills up, so if you run logcat only after the problem happens, we may miss out on important information.) | ||
*** Running logcat: | *** Running logcat: | ||
**** Want to see the log as it happens and you are using linux or OS X? | **** Want to see the log as it happens and you are using linux or OS X? | ||