HEROW's SDK provides various logs to monitor the zone detection activity in the console, which you can leverage to debug your application.
The SDK writes logs in DEBUG mode only
The SDK checks the DEBUG settings in your application manifest to determine the level of logs to write on the console.
- If DEBUG equals 'true', all logs are written.
- If DEBUG equals 'false', only logs with level ‘WARN’ and above are written.
Analyzing SDK logs
Monitoring the zone scanning process
To monitor the zone scanning process, filter the logs on the tag PlaceProximityMerger.
Monitoring the notification process
To monitor the notification process, filter the logs on the message notification.
Monitoring the in-app action process
To monitor the in-app action process, filter the logs on the message inAppAction.