Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ANR issue when starting Talsec #55

Closed
nizamalfian opened this issue Feb 26, 2025 · 1 comment
Closed

ANR issue when starting Talsec #55

nizamalfian opened this issue Feb 26, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nizamalfian
Copy link

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:

Image

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
Image
@nizamalfian nizamalfian added the bug Something isn't working label Feb 26, 2025
@nizamalfian
Copy link
Author

It happened on Android native, not Flutter. Will be moved to Android repository.

@tompsota tompsota transferred this issue from talsec/Free-RASP-Flutter Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants