I'm developing an app and I'm stuck with a weird error. I can't reproduce it always in my phone (galaxy nexus with 4.2)... It happens sometimes and absolutely never I've achieved to do it when I'm trying the app in eclipse (where I can see easily Logcat through console view) The only message I've received it's a sad dialog telling me that my app has been stopped.
So I've searched for solutions and people says to install some app like aLogCat to achieve this. I've coded some "Log.d()" in my app but I can't see it anywhere.
So, here's the question... How Can I get more info from my app problems? Someone has used aLogcat or any other log reader? Why my logs are viewed in eclipse Logcat console but not in my phone (where I can only see GC_CONCURRENT and something like D/dalvikm...)
Thanks in advance and sorry about my English :)
UPDATE I'm using my phone to test my app and adb emulator too, but with emulator I've never have any crash. Actually I can't force this crashes because I'm having it randomly and alwalys with my phone. I've tryied to debug my app through my phone but I'm not been able to connect correctly. If anyone could help I'll preciate too. I've got a galaxy nexus.