13 Jun 2019 12:29 AM
We have an Android application which we have auto instrumented now. In the "AndroidManifest.xml" , we have 14 activities listed. But from the console, we can see metrics only 4 activities.
What could be the reason? How can we troubleshoot further ?
Solved! Go to Solution.
13 Jun 2019 06:45 AM
Without seeing any data we can only guess what might went wrong. In such a case it would be great if you could open up a support case and show us your AndroidManifest.xml (or even an .apk if you have a sample) and some logs (if you use the property DTXLogLevel debug)
13 Jun 2019 08:22 AM
You can track your application as well in logcat after instrumentation. There should be information about problems with instrumentation if there are any.
Sebastian