View app logs and device logs
In an App Live test session, you can view the logs for the running app and the device in the DevTools pane. For Android sessions, you can view the logs in the Logcat tab of DevTools. For iOS sessions, you can view the logs in the Console tab of DevTools. You can filter and download the logs for further analysis.
The Logcat or Console tabs help you debug your app by displaying real-time logs. The logs include entries for each activity that happens in the App Live session such as the selected device, app installation, device features enabled for the app, and more.
View logs
To view logs, follow these steps:
- Log in to the App Live dashboard.
- Select your app and the device to launch your test session.
The DevTools pane opens automatically. If you close it and want to open it again, click the DevTools option in the horizontal toolbar.
- In the DevTools pane, you can view the logs in the Logcat (for Android) tab or Console (for iOS) tab.
Filter and format logs
You can filter and format the log messages by using the following filtering options:
Filter app-specific and device-specific logs
By default, app logs are displayed in the logs view. To view the device logs, from the logs drop-down, select All Device Logs.
Filter by log levels
The log level indicates the severity of the log message. To view the logs of a specific level, select the level from the drop-down:
The following table describes the log levels:
Log type | Description |
---|---|
Verbose |
Shows the verbose log entries. |
Debug |
Shows the debug log entries. |
Info |
Shows the log entries that are marked as information. |
Warning |
Shows the logs that are marked as a warning. |
Error |
Shows the log entries that are marked as errors. |
Assert |
Shows the log entries that are marked as assert. |
Log type | Description |
---|---|
Debug |
Shows Debug level log messages. |
Fault |
Shows Fault level log messages. |
Error |
Shows Error level log messages. |
Notice |
Shows Notice level log messages. |
Info |
Shows Info level log messages. |
Search logs
You can use the search bar to search the logs by typing a text and pressing Enter
. Select the Regex checkbox to search using a regular expression.
Format logs
Additionally, you can use the following controls to view the logs in the desired format:
The following table describes the purpose of each control:
Icon | Description |
---|---|
Clear | Use this option to clear the logs tab. |
Stop | Use this option to stop logging the actions. |
Soft-wrap | Use this option to wrap the log text. |
Download logs
To download the app logs and device logs, click the download icon at the top-right corner of the DevTools pane.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!