-
Notifications
You must be signed in to change notification settings - Fork 44
Logs
Francesco Marastoni edited this page Jun 29, 2024
·
1 revision
Follow these steps to enable debug logging and extract logs.
-
Enable Debug Logging
- Go to Miscellaneous settings in your app.
- Enable both debug logging toggles.
-
Set Up ADB
- Connect your device to your PC.
- Ensure ADB (Android Debug Bridge) is set up. You can follow this guide if you need assistance.
-
Reopen the App
- Close and reopen the app to start fresh with the logging enabled.
-
Extract Logs
-
Open a terminal or command prompt.
-
Run the following command to filter the logs:
adb logcat | grep --line-buffered "Extended" > log.txt
-
-
Render the Component
- Navigate to the app and ensure that the component you want to log is displayed.
-
Upload the Logs
- After reproducing the issue, find the
log.txt
file generated in your current directory. - Upload
log.txt
for analysis.
- After reproducing the issue, find the
- Make sure your device is in developer mode and USB debugging is enabled.