Android NDK Abort Errors
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 2.7k
- Forks
- 734
- Avg merge
- 11h 39m
- Merged PRs (30d)
- 1
Description
Hi,
Recently we are having a lot of Android NDK Abort errors when using this plugin.
We didn't add any changes on our side to make this errors happen.
Do you know if have been added any change on Android Native Webviews that can cause this errors now?
Example of errors:
CallOnLoaded(s.Substring(i + 1));
var s = webView.Call<String>("GetMessage"); -> Android_JNI
They are really obfuscated errors that we can see they happen when opening the webview but we don't know what can it be.
Many thanks!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the Android NDK abort when opening the webview, then trace the Android_JNI path around CallOnLoaded and the webView.Call("GetMessage") entry point. Done means identifying the cause of the abort and documenting or fixing it with a reproducible verification; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, unity
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100