You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a lot of ANR reports that happened specifically when starting Talsec:
Talsec.start()
It all happened in almost all Talsec versions (since I have used Talsec for my app for years). I've tried to wrap starting Talsec inside the background thread but unfortunately, it crashed within the detail below:
So, it is a must to run in the main thread
To Reproduce
Deploy an app to production then monitor using Firebase Crashlytics.
Expected behavior
No longer ANR and slow operations. Alternatively, we can start Talsec in the background thread.
Please complete the following information:
Device: OPPO
OS version: Mostly Android 14 (95% happened)
Version of freeRASP: 9.0.0 - 11.1.3
The text was updated successfully, but these errors were encountered:
Describe the bug
I got a lot of ANR reports that happened specifically when starting Talsec:
Talsec.start()
It all happened in almost all Talsec versions (since I have used Talsec for my app for years). I've tried to wrap starting Talsec inside the background thread but unfortunately, it crashed within the detail below:
So, it is a must to run in the main thread
To Reproduce
Deploy an app to production then monitor using Firebase Crashlytics.
Expected behavior
No longer ANR and slow operations. Alternatively, we can start Talsec in the background thread.
Please complete the following information:
The text was updated successfully, but these errors were encountered: