Debugging the SDK
The AE SDK enables you to debug its functionality, making it easier to track the SDK's behavior flow.
1. Enable device logs
Use the SDK's method setShouldEnableLogs
to enable or disable inner device logs from displaying (they are enabled by default).
AESDK.setShouldEnableLogs(true);
AESDK.setShouldEnableLogs(true)