Skip to content

Fix Android ANR from plugin commands blocking the plugin store lock - #20

Merged
eleboucher merged 1 commit into
mainfrom
fix/plugin-lock-anr
Sep 1, 2026
Merged

Fix Android ANR from plugin commands blocking the plugin store lock#20
eleboucher merged 1 commit into
mainfrom
fix/plugin-lock-anr

Conversation

@eleboucher

@eleboucher eleboucher commented Sep 1, 2026

Copy link
Copy Markdown
Member

Twelve commands still called the blocking run_mobile_plugin. Tauri holds the plugin store mutex for the whole duration of a sync command, and on Android the JNI call those commands wait for is dispatched to the main thread.

@eleboucher
eleboucher merged commit 758156f into main Sep 1, 2026
33 of 35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant