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
Describe the bug
I played around with the scripts and data. Now the app crashes when I tap to open Pivot.
Error log:
ACRA caught a IndexOutOfBoundsException for ryey.easer
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
at java.util.ArrayList.get(ArrayList.java:411)
at de.blox.graphview.o.l.U(SugiyamaAlgorithm.java:14)
at de.blox.graphview.o.l.d(SugiyamaAlgorithm.java:21)
at de.blox.graphview.o.l.i(SugiyamaAlgorithm.java:1)
at de.blox.graphview.o.l.c(SugiyamaAlgorithm.java:7)
at de.blox.graphview.b.d(BaseGraphAdapter.java:2)
at de.blox.graphview.g.onMeasure(GraphNodeContainerView.java:32)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChild(ViewGroup.java:6414)
at android.view.ViewGroup.measureChildren(ViewGroup.java:6391)
at d.e.a.g.onMeasure(ZoomLayout.kt:7)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at androidx.coordinatorlayout.widget.CoordinatorLayout.J(CoordinatorLayout.java:1)
at com.google.android.material.appbar.b.m(HeaderScrollingViewBehavior.java:15)
at androidx.coordinatorlayout.widget.CoordinatorLayout.onMeasure(CoordinatorLayout.java:34)
at android.view.View.measure(View.java:21307)
at androidx.drawerlayout.widget.DrawerLayout.onMeasure(DrawerLayout.java:43)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at androidx.appcompat.widget.ContentFrameLayout.onMeasure(ContentFrameLayout.java:21)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1464)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:758)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:640)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1464)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:758)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:640)
at android.view.View.measure(View.java:21307)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:6443)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:185)
at com.android.internal.policy.DecorView.onMeasure(DecorView.java:916)
at android.view.View.measure(View.java:21307)
at android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:2644)
at android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1697)
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1952)
at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1569)
at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:7301)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:930)
at android.view.Choreographer.doCallbacks(Choreographer.java:705)
at android.view.Choreographer.doFrame(Choreographer.java:640)
at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:916)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6816)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1563)
Extra phone info (please complete the following information):
Easer 0.8.2.3 from F-droid on Android 7.1 by Samsung
Extra logs (optional):
This is logs_0.csv
1669222783583,2022.11.23 17:59:43.583,ASSERT,PRETTY_LOGGER,======Easer started======
1669222784001,2022.11.23 17:59:44.001,ASSERT,PRETTY_LOGGER,======Easer started======
1669222784021,2022.11.23 17:59:44.021,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1669222784035,2022.11.23 17:59:44.035,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
1669222787011,2022.11.23 17:59:47.011,DEBUG,PRETTY_LOGGER,Permission for plugin <call> not satisfied
1669222787019,2022.11.23 17:59:47.019,DEBUG,PRETTY_LOGGER,Permission for plugin <sms> not satisfied
1669222787029,2022.11.23 17:59:47.029,DEBUG,PRETTY_LOGGER,Permission for plugin <send_sms> not satisfied
1669222787034,2022.11.23 17:59:47.034,DEBUG,PRETTY_LOGGER,Permission for plugin <call> not satisfied
1669223046982,2022.11.23 18:04:06.982,ASSERT,PRETTY_LOGGER,======Easer started======
1669223046990,2022.11.23 18:04:06.990,INFO,PRETTY_LOGGER,InterruptionFilterSwitcherService onCreate()
1669223047004,2022.11.23 18:04:07.004,INFO,PRETTY_LOGGER,NotificationEventListenerService onCreate()
The text was updated successfully, but these errors were encountered:
opk12
added
the
bug
General label for all bugs (i.e. things not working as intended)
label
Nov 23, 2022
Describe the bug
I played around with the scripts and data. Now the app crashes when I tap to open
Pivot
.Error log:
Extra phone info (please complete the following information):
Easer 0.8.2.3 from F-droid on Android 7.1 by Samsung
Extra logs (optional):
This is
logs_0.csv
The text was updated successfully, but these errors were encountered: