Changes

Jump to: navigation, search

Gaia/Email/RequiredBugInfo

12 bytes added, 21:30, 24 April 2014
no edit summary
*** you need to disable the lock screen in order for logcat to remain connected.
*** (There are other ways to make this happen, but they are technical and I don't know them. Feel free to edit the wiki and include instructions here.)
** Please provide the logcat by running '''adb logcat -v time -s GeckoDump:V Gecko:V GeckoConsole:V OomLogger:V | tee FILENAME-TO-LOG-TO'''. Please start running this command BEFORE you attempt to reproduce the problem. logcat uses a circular buffer that discards older entries when the buffer fills up, so if you run logcat only after the problem happens, you may not have all of the logic. Once you are done, hit control-C and send us the file.
**** The logcat arguments filter out a lot of the noise that we don't care about and gives us timestamps.
**** The "tee" command lets you see the output while also logging the output directly to a file. This way you don't have to copy and paste the log.
Confirm
360
edits

Navigation menu