on amazon i get crash reports about my app and although it freezes very rarely, it happened a few times since they have this feature. i want to ask if it is a problem with my app or with gideros itself. in case it is a problem with my app then where shall i look for in my lua code.
the crashes happened in fragmentergiderosActivity.java at the following places:
1. public void onDrawFrame(GL10 gl)
{
GiderosApplication.getInstance().onDrawFrame(); //here
}
2. in public boolean onTouch(View v, MotionEvent event)
{
GiderosApplication.getInstance().onTouchesCancel(size, id, x, y); //here
}
3. in public boolean onTouch(View v, MotionEvent event)
{
GiderosApplication.getInstance().onTouchesBegin(size, id, x, y, actionIndex); //here
}
4. protected void onPause()
{
mLostFocus = true;
GiderosApplication.getInstance().onPause(); //here
mGLView.onPause();
super.onPause();
}
thanks
Comments
Fragmenter - animated loop machine and IKONOMIKON - the memory game
all errors are "java.lang.NullPointerException" and then the details are as in my first post.
gideros ver: 2012.09.2 (i'm only 99% sure)
devices: Kindle Fire (2nd Gen) and Kindle Fire HD 7" mostly
Fragmenter - animated loop machine and IKONOMIKON - the memory game
Fragmenter - animated loop machine and IKONOMIKON - the memory game
http://www.giderosmobile.com/forum/discussion/2564/please-integrate-crittercism-or-any-other-alternative/p1
That would give much more information
Fragmenter - animated loop machine and IKONOMIKON - the memory game
@keszegh, how can I get your .apk file so that I can test on my Kindle Fire and test on services like samsung remote test lab?
Fragmenter - animated loop machine and IKONOMIKON - the memory game