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

ArrayIndexOutOfBoundsException in CardGroup.getView #244

Closed
ghost opened this issue May 31, 2015 · 2 comments
Closed

ArrayIndexOutOfBoundsException in CardGroup.getView #244

ghost opened this issue May 31, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented May 31, 2015

From @GoogleCodeExporter on May 31, 2015 1:55

I get the following crash report from the market, but I cannot reproduce it, so 
I don't know how to debug it.  There have been 281 reports in 2 days, so it's 
not an isolated incident.

java.lang.ArrayIndexOutOfBoundsException
at com.mehtank.androminion.util.CardGroup.getView(CardGroup.java:105)
at android.widget.AbsListView.obtainView(AbsListView.java:1498)
at android.widget.GridView.onMeasure(GridView.java:939)
at android.view.View.measure(View.java:8462)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3231)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1021)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:390)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:313)
at android.view.View.measure(View.java:8462)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3231)
at android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1021)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:390)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:313)
at android.view.View.measure(View.java:8462)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3231)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:254)
at android.view.View.measure(View.java:8462)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3231)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:254)
at android.view.View.measure(View.java:8462)
at android.widget.LinearLayout.measureVertical(LinearLayout.java:535)
at android.widget.LinearLayout.onMeasure(LinearLayout.java:313)
at android.view.View.measure(View.java:8462)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3231)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:254)
at android.view.View.measure(View.java:8462)
at android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:3231)
at android.widget.FrameLayout.onMeasure(FrameLayout.java:254)
at android.view.View.measure(View.java:8462)
at android.view.ViewRoot.performTraversals(ViewRoot.java:863)
at android.view.ViewRoot.handleMessage(ViewRoot.java:1884)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:138)
at android.app.ActivityThread.main(ActivityThread.java:3701)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:878)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:636)
at dalvik.system.NativeStart.main(Native Method)

Original issue reported on code.google.com by mooht...@gmail.com on 21 Aug 2012 at 11:46

Copied from original issue: tkdennis/androminion#402

@ghost
Copy link
Author

ghost commented May 31, 2015

From @GoogleCodeExporter on May 31, 2015 1:55

Might be that it has something to do with the prize Pile not getting cleared 
properly (fixed in r648) and thus is fixed now. Might as well be that it is not.

Original comment by eiko.wag...@gmail.com on 2 Sep 2012 at 5:39

@dominionator
Copy link
Collaborator

I haven't seen this issue in my testing. Will open a new issue if this comes up again.

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