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

插件启动一个activity时崩溃 #1023

Open
Poney1 opened this issue Dec 21, 2021 · 0 comments
Open

插件启动一个activity时崩溃 #1023

Poney1 opened this issue Dec 21, 2021 · 0 comments

Comments

@Poney1
Copy link

Poney1 commented Dec 21, 2021

问题详细描述 Detailed description of the problem

java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sf.leafnetnext/com.sf.leafnetnext.loader.a.ActivityN1STNTS0}: java.lang.RuntimeException: Parcel android.os.Parcel@edfc02e: Unmarshalling unknown type code 7471204 at offset 16172
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2665)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2726)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1477)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6119)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:886)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:776)
Caused by: java.lang.RuntimeException: Parcel android.os.Parcel@edfc02e: Unmarshalling unknown type code 7471204 at offset 16172
at android.os.Parcel.readValue(Parcel.java:2444)
at android.os.Parcel.readArrayMapInternal(Parcel.java:2732)
at android.os.BaseBundle.unparcel(BaseBundle.java:269)
at android.os.BaseBundle.getBoolean(BaseBundle.java:731)
at android.app.Activity.restoreHasCurrentPermissionRequest(Activity.java:6961)
at android.app.Activity.performCreate(Activity.java:6719)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2618)
... 9 more

复现问题步骤 Steps to reproduce the problem

  1. 目前推测原因是应用从后台切换到前台时发生此问题。
  2. 有遇到的大佬解答一下

其它重要信息 Other important information

replugin-host-lib/gradle Version:
rePlugin-plugin-lib/gradle Version:

Android API Version:
Android 手机型号&ROM(Phone model & ROM):

Logcat上下文 Logcat context

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

1 participant