Meituan-Dianping / Meituan-Dianping/Robust
When apply patch "android.util.SuperNotCalledException: View LinearLayout did not call through to super.onCancelPendingInputEvents()" occur
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.5k
- Forks
- 806
- PR merge metrics
- No merged PRs in 30d
Description
异常类型:app运行时异常
手机型号:vivo:vivo Y27:armeabi-v7a
手机系统版本:android 4.4.4 (19)
Robust版本:0.4.71
Gradle版本:3.0.1
堆栈/日志:
android.util.SuperNotCalledException: View LinearLayout did not call through to super.onCancelPendingInputEvents()
at android.view.View.dispatchCancelPendingInputEvents(View.java:12707)
at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:3197)
at android.view.ViewGroup.dispatchCancelPendingInputEvents(ViewGroup.java:3202)
at android.view.View.cancelPendingInputEvents(View.java:12696)
at android.app.Activity.startActivityForResult(Activity.java:3577)
at android.support.v4.app.f.startActivityForResult(BaseFragmentActivityApi16.java:54)
at android.support.v4.app.i.startActivityForResult(FragmentActivity.java:68)
at android.app.Activity.startActivityForResult(Activity.java:3407)
at android.support.v4.app.i.startActivityForResult(FragmentActivity.java:751)
at android.app.Activity.startActivity(Activity.java:3758)
at android.app.Activity.startActivity(Activity.java:3726)
at com.meituan.robust.PatchExecutor.applyPatchList(PatchExecutor.java:71)
at com.meituan.robust.PatchExecutor.run(PatchExecutor.java:33)
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 with the Android stack trace at com.meituan.robust.PatchExecutor.applyPatchList, then inspect how it invokes Activity.startActivity. Reproduce the reported runtime exception on the listed vivo Y27 running Android 4.4.4 and determine the conditions that trigger LinearLayout's SuperNotCalledException. Done would require a confirmed cause and a project-specific fix or documented reproduction.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100