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