Encountering a FaceScan issue where additional logs are required for debugging?

Summary

To investigate issues where the cause is not obvious, increased logging events from the app will be required so the customer can share more in-depth technical details with us.


Add the following code into the project to increase logging levels:

  1. Import library: import ai.nuralogix.anurasdk.utils.AnuLogUtil
  2. Add code AnuLogUtil.setShowLog(true)  preferably early on in the app lifecycle


See the attachment for an example code of this implementation.

https://t36613895.p.clickup-attachments.com/t36613895/aae9e6aa-fc5f-43fd-acbe-5d2bfecf1c08/ahi-app-examples.zip

Important note: This is only for debugging purposes and should be excluded from the production code.