Analytical Console juts Logs "InternalRequestSender outbound"

83 Views Asked by At

Hi when ever i tried to use Android Debug Apk everything in my logs gets logged and everything works fine. But if i try to use my release apk i only get only the below message in the logs i have verified my debugger level and its Debug and i have changed it to verify as well but still no luck.

  1. Package wl.analytics
  2. Level Analytics
  3. Message InternalRequestSender outbound

We are using cordova-plugin-mfp: 8.0.2018090313

Server MFP: 8.0.0.00-20171220-1341

1

There are 1 best solutions below

6
krckumar On

You mention the debugger level is set to Debug. Since it is in debug mode, only with a debug mode apk you will see the logs. You should try with a different loglevel than debug, for instance INFO level. Make sure you use setLevel API explicitly and override the default with the one you want.

Alernatively you can use customData too if it is not just logging purpose.