You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Exception: java.lang.IllegalArgumentException: parameter must be a descendant of this view
at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:7024)
at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:6946)
at android.view.ViewGroup$ViewLocationHolder.init(ViewGroup.java:9933)
at android.view.ViewGroup$ViewLocationHolder.obtain(ViewGroup.java:9814)
at android.view.ViewGroup$ChildListForAccessibility.init(ViewGroup.java:9747)
at android.view.ViewGroup$ChildListForAccessibility.obtain(ViewGroup.java:9719)
at android.view.ViewGroup.addChildrenForAccessibility(ViewGroup.java:2446)
at android.view.ViewGroup.onInitializeAccessibilityNodeInfoInternal(ViewGroup.java:4490)
at android.view.View.onInitializeAccessibilityNodeInfo(View.java:9033)
at android.view.View.createAccessibilityNodeInfoInternal(View.java:8991)
at android.view.View.createAccessibilityNodeInfo(View.java:8976)
Hippy native SDK version: [3.3.0]
当前我们自己无法复现,但是用户再持续崩溃,帮忙排查一下。
The text was updated successfully, but these errors were encountered:
Pay attention 🛎️ !!
There has been no activity on this issue for 2 months, so I will label it stalled.
It will be automatically closed in 60 days if no more activity. Feel free to leave a comment if you have any questions.
Describe the bug
用户进入 Hippy 页面后,会偶现崩溃,目前已经排到我们崩溃榜第一,版本是 3.3.0,之前版本是 2.17.2,为新增崩溃,发生再 ViewGroup 中 崩溃堆栈如下:
Fatal Exception: java.lang.IllegalArgumentException: parameter must be a descendant of this view
at android.view.ViewGroup.offsetRectBetweenParentAndChild(ViewGroup.java:7024)
at android.view.ViewGroup.offsetDescendantRectToMyCoords(ViewGroup.java:6946)
at android.view.ViewGroup$ViewLocationHolder.init(ViewGroup.java:9933)
at android.view.ViewGroup$ViewLocationHolder.obtain(ViewGroup.java:9814)
at android.view.ViewGroup$ChildListForAccessibility.init(ViewGroup.java:9747)
at android.view.ViewGroup$ChildListForAccessibility.obtain(ViewGroup.java:9719)
at android.view.ViewGroup.addChildrenForAccessibility(ViewGroup.java:2446)
at android.view.ViewGroup.onInitializeAccessibilityNodeInfoInternal(ViewGroup.java:4490)
at android.view.View.onInitializeAccessibilityNodeInfo(View.java:9033)
at android.view.View.createAccessibilityNodeInfoInternal(View.java:8991)
at android.view.View.createAccessibilityNodeInfo(View.java:8976)
当前我们自己无法复现,但是用户再持续崩溃,帮忙排查一下。
The text was updated successfully, but these errors were encountered: