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.
- Package wl.analytics
- Level Analytics
- Message InternalRequestSender outbound
We are using cordova-plugin-mfp: 8.0.2018090313
Server MFP: 8.0.0.00-20171220-1341
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
INFOlevel. 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.