Need Help on Dexguard from experience developer or...
# android
k
Need Help on Dexguard from experience developer or anyone worked on this I'm using DexGuard and looking for advice on handling RASP violations (raspcontenuon) Currently, we're using the default behavior, which results in the app crashing when a RASP check is triggered. Because of this, we're seeing tens of thousands of crashes reported in Crashlytics, making it harder to monitor real production issues. I'd like to change the behavior so the app exits immediately without generating a Crashlytics report I considered using a custom callback with System.exit(0), but my manager previously tried that approach and noticed slower app startup times. Has anyone implemented a better solution for this use case?
👎🏻 1
2
😅 2
👍 1
1
not kotlin but kotlin colored 3
👎 1
This should be an android topic, right?
i didn't know that, ok then could you send me those links (discord and android community) from the image here
m
you will find alot crashes related code obfuscating you will need to solve it manually by using 'keep' key word or better you can contact guardsquare support they will provide you with appropriate support for your issue , good luck !