-
Notifications
You must be signed in to change notification settings - Fork 3k
[Android] Crash on VPN service stop #52102
Copy link
Copy link
Closed
brave/brave-core
#33291Labels
OS/AndroidFixes related to Android browser functionalityFixes related to Android browser functionalityQA/Nocrashpriority/P2A bad problem. We might uplift this to the next planned release.A bad problem. We might uplift this to the next planned release.release-notes/include
Milestone
Metadata
Metadata
Assignees
Labels
OS/AndroidFixes related to Android browser functionalityFixes related to Android browser functionalityQA/Nocrashpriority/P2A bad problem. We might uplift this to the next planned release.A bad problem. We might uplift this to the next planned release.release-notes/include
I observe that crash in GPS and can't replicate it. It exists on all 3 channels. From what I found out is that a tunnel shutdown execution could block
onDestroy()if takes too long(10-20 seconds per docs) and it only happens on Android 14+. The suggestion is to move the tunnel shutdown logic in the background thread to offloadonDestroy()method.