Learn how to capture detailed debug logs from your mobile app using the OneSignal SDK. This guide walks through enabling verbose logging, reproducing issues, and sharing logs for troubleshooting push notification issues across Android and iOS platforms.
VERBOSE
log level call to your app before initializing the OneSignal SDK. This ensures detailed diagnostic information is captured for every OneSignal operation.
OneSignal.init
to ensure all SDK activity
is logged.Reproduce the issue
.txt
file.
Include all relevant reproduction steps, screenshots, and other details.
Share the log
Ctrl + A
or Cmd + A
) and copy it..txt
file.How to run the app in Android Studio.