When Bugfender collects log information, it also gathers some metadata on the application and device running:
Please note you can define custom key-value data associated to the device, for additional application-specific context.
Log information collected by Bugfender contains:
- Time stamp: indicates when the log took place, according to the clock of the device where your application is running
- Tag names: they help you classify log lines in groups. You can use them to name modules, functionalities, etc.
- Log level: indicate the severity of the log line. Info, warning and error levels are supported.
When clicking on a log, additional information is displayed:
- Method name, file name and line number: so that you can easily locate the code responsible for the message
You may also be interested:
- Logs can also be downloaded to your computer
- We will soon support more log levels, so for example all levels in android.util.Log can be expressed