Meituan-Dianping / Meituan-Dianping/Robust

When apply patch "android.util.SuperNotCalledException: View LinearLayout did not call through to super.onCancelPendingInputEvents()" occur

Open
#275 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.