红米note2会崩溃
- Dominant language
- C++
- Stars
- 7k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
java.lang.UnsatisfiedLinkError:
No implementation found for boolean com.alipay.euler.andfix.AndFix.setup(boolean, int)
(tried Java_com_alipay_euler_andfix_AndFix_setup and Java_com_alipay_euler_andfix_AndFix_setup__ZI)
at com.alipay.euler.andfix.AndFix.setup(Native Method)
at com.alipay.euler.andfix.AndFix.setup(AndFix.java:113)
at com.alipay.euler.andfix.Compat.isSupport(Compat.java:45)
at com.alipay.euler.andfix.AndFixManager.(AndFixManager.java:74)
at com.alipay.euler.andfix.patch.PatchManager.(PatchManager.java:78)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with AndFix.java at line 113 and Compat.java at line 45, then trace the native AndFix.setup entry point reported in the stack trace. Reproduce the crash on the Redmi Note 2 and determine why that native implementation is unavailable there. Done means initialization no longer raises UnsatisfiedLinkError on the affected device.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100