Reputation: 6394
Users comment on google play that app is not opening on nexus 7
. I am waiting for my nexus to test that issue. Right now I do not have that device.
My app is OpenGL ES 2.0
game.
Some ppl comment on google play that app is not openning. But I do not get exception error in Crashes and ANRs
in Google Play.
What could be a reason for that?
I have a lot of native code. Do native code exceptions are reported somehow?
Could it be a ConfigChooser.chooseConfig
bug? Is that recommended ConfigChooser.chooseConfig
for Nexus or most apps?
Upvotes: 0
Views: 402
Reputation: 19699
I can confirm that the game crashes the moment you open it on the Nexus 7, however I know why you have nothing in Crashes & ANR
... no Force Close dialogue box opens at all, you get a black screen, then the game immediately quits.
I do however have the stacktrace from logcat available, the error is in some C/C++ code you have via the NDK. I have uploaded the entire log from when you open the app onto pastebin for you.
Logcat: http://pastebin.com/dq0kRxnn (the link will expire after 1 month)
Upvotes: 3