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

samsung galaxy s7 /android 6.0.1 / api 23 闪退 #76

Closed
asdwyujian opened this issue Mar 29, 2022 · 1 comment
Closed

samsung galaxy s7 /android 6.0.1 / api 23 闪退 #76

asdwyujian opened this issue Mar 29, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@asdwyujian
Copy link

Describe the bug / 描述一下这个错误
A clear and concise description of what the bug is.
samsung galaxy s7 /android 6.0.1 / api 23 闪退

To Reproduce / 复现步骤
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior / 预期的行为
A clear and concise description of what you expected to happen.
清晰而简明地描述你所期望发生的事情。

Screenshots / 截图
If applicable, add screenshots to help explain your problem.
如果有,请添加屏幕截图以帮助解释你的问题。

Mobile Phone Info / 手机信息
samsung galaxy s7 /android 6.0.1 / api 23

Logcat / 日志
2022-03-29 10:31:24.081 485-497/? W/SettingsProvider: call() with invalid method:
2022-03-29 10:31:24.086 3133-3133/? W/System.err: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Application.onCreate()' on a null object reference
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at com.unicom.shield.UnicomApplicationWrapper.onCreate(UnicomApplicationWrapper.java:46)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at com.yodo1.android.sdk.cu.Yodo1Application.onCreate(Yodo1Application.java:30)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at top.niunaijun.blackbox.fake.delegate.BaseInstrumentationDelegate.callApplicationOnCreate(BaseInstrumentationDelegate.java:225)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at top.niunaijun.blackbox.fake.delegate.AppInstrumentation.callApplicationOnCreate(AppInstrumentation.java:140)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at top.niunaijun.blackbox.app.BActivityThread.handleBindApplication(BActivityThread.java:370)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at top.niunaijun.blackbox.app.BActivityThread.bindApplication(BActivityThread.java:290)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleLaunchActivity(HCallbackProxy.java:168)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleMessage(HCallbackProxy.java:89)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at android.os.Handler.dispatchMessage(Handler.java:98)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at android.os.Looper.loop(Looper.java:148)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at android.app.ActivityThread.main(ActivityThread.java:5654)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at java.lang.reflect.Method.invoke(Native Method)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:759)
2022-03-29 10:31:24.086 3133-3133/? W/System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:649)
2022-03-29 10:31:24.086 3133-3133/? D/AndroidRuntime: Shutting down VM
2022-03-29 10:31:24.098 3133-3133/? E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.yodo1tier1.SD999.timetravel, PID: 3133
java.lang.RuntimeException: Unable to makeApplication
at top.niunaijun.blackbox.app.BActivityThread.handleBindApplication(BActivityThread.java:376)
at top.niunaijun.blackbox.app.BActivityThread.bindApplication(BActivityThread.java:290)
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleLaunchActivity(HCallbackProxy.java:168)
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleMessage(HCallbackProxy.java:89)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:148)
at android.app.ActivityThread.main(ActivityThread.java:5654)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:759)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:649)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Application.onCreate()' on a null object reference
at com.unicom.shield.UnicomApplicationWrapper.onCreate(UnicomApplicationWrapper.java:46)
at com.yodo1.android.sdk.cu.Yodo1Application.onCreate(Yodo1Application.java:30)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
at top.niunaijun.blackbox.fake.delegate.BaseInstrumentationDelegate.callApplicationOnCreate(BaseInstrumentationDelegate.java:225)
at top.niunaijun.blackbox.fake.delegate.AppInstrumentation.callApplicationOnCreate(AppInstrumentation.java:140)
at top.niunaijun.blackbox.app.BActivityThread.handleBindApplication(BActivityThread.java:370)
at top.niunaijun.blackbox.app.BActivityThread.bindApplication(BActivityThread.java:290) 
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleLaunchActivity(HCallbackProxy.java:168) 
at top.niunaijun.blackbox.fake.service.HCallbackProxy.handleMessage(HCallbackProxy.java:89) 
at android.os.Handler.dispatchMessage(Handler.java:98) 
at android.os.Looper.loop(Looper.java:148) 
at android.app.ActivityThread.main(ActivityThread.java:5654) 
at java.lang.reflect.Method.invoke(Native Method) 
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:759) 
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:649)

Additional context / 额外内容
Add any other context about the problem here.
在此添加关于该问题的任何其他内容。

APK
If applicable, add the apk file for me to test.
如果有,请添加APK文件给我测试。

@asdwyujian asdwyujian added the bug Something isn't working label Mar 29, 2022
@asdwyujian
Copy link
Author

BlackBox-Canary-v28,解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants