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

在android6.0上崩溃 #12

Open
ndl1302732 opened this issue May 4, 2019 · 3 comments
Open

在android6.0上崩溃 #12

ndl1302732 opened this issue May 4, 2019 · 3 comments

Comments

@ndl1302732
Copy link

[
crash.txt
](url)

@turing-technician
Copy link
Owner

callback分支只在8.1上做了测试,没有经过大量验证,可能会有一些版本不兼容的问题,后续解决

@turing-technician
Copy link
Owner

兼容了6.0,试试最新代码

@lulusudoku
Copy link

nexus6p android6.0上callback模式parseParam失败,setText的第一个参数parse为null,crash如下
08-08 21:18:33.560 22291-22291/pers.turing.technician.fasthookapp E/AndroidRuntime: FATAL EXCEPTION: main Process: pers.turing.technician.fasthookapp, PID: 22291 java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.String java.lang.CharSequence.toString()' on a null object reference at pers.turing.technician.fasthookapp.MainActivity$10.beforeHookedMethod(MainActivity.java:220) at pers.turing.technician.fasthook.FastHookManager.hookHandle(FastHookManager.java:304) at pers.turing.technician.fasthook.FastHookManager.hookHandleVoid(FastHookManager.java:491) at pers.turing.technician.fasthookapp.MainActivity.reset(MainActivity.java:234) at pers.turing.technician.fasthookapp.MainActivity.test(MainActivity.java:244) at pers.turing.technician.fasthookapp.MainActivity$1.onClick(MainActivity.java:93) at android.view.View.performClick(View.java:5204) at android.view.View$PerformClick.run(View.java:21153) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at android.app.ActivityThread.main(ActivityThread.java:5417) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

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

No branches or pull requests

3 participants