Skip to content

How to get your device logs

lmarceau edited this page Mar 23, 2023 · 20 revisions

Device logs

There's different type of logs we can get from our application. If you encounter a crash, you can get your hands on crash reports which are useful to get the backtrace to the said crash. This is normally the most useful way to debug a crash. If you have no crashes and experience another type of issue (for example a performance issue) it would be useful to get the Firefox logs which are more generic. Firefox logs can help pinpoint certain issues although without certainty. So if you have a crash you can send both type of logs if you want, but if you have no crash the Firefox logs are the best we can get.

Crash logs

Find the steps to get the crash logs here

Firefox logs

Find the steps to get the Firefox logs here

Clone this wiki locally