Hello
I'm android developer and I use ProGuard obfuscation for my android applications
For not obfuscated apps, AppDynamics work wery well, but after obfuscate it doesn't work.
I added next strings in my ProGuard settings file
-keep class com.appdynamics.eumagent.runtime.DontObfuscate
-keep @com.appdynamics.eumagent.runtime.DontObfuscate class * { *; }
But, it doesn't help me.
Also, I tryed upload ProGuard mapping file to my project on AppDynamics site, but button doesn't work. I can't send request to fix it, because this service disabled for my account.
Use this instruction:
What's wrong? Could you help me?