Avatar

Community Advisor

Can you let us know which version of the Android SDK you are using ?

To set the debugging for Adobe Analytic Android SDK you need to use:

setDebugLogging

Sets the debug logging preference to debugLogging.

Syntax:

  1. public static void setDebugLogging(Boolean debugLogging);
https://marketing.adobe.com/resources/help/en_US/mobile/android/methods.html#wh-view-codeExample:
  1. Config.setDebugLogging(true);

See doc

Please make sure that lifecycle data is enabled as well.