Hi everyone, I'm brand-new to Android and Java development so there's a lot for me to learn. There are actually two questions I'd like to ask: 1) When running an app from Eclipse, the app might crash. Eclipse shows me a stack trace (Debug panel) but it all looks like native Android functions, which I have nothing to do with, so after playing around with Eclipse, I found that if i step over the stops, LogCat will spit out a partial stack trace. Is this the proper way of finding the faulty line of code? How do you guys handle this? 2) Also when crashing, my app might be crashing because of not having the right permissions. (How) Can I find out what permissions stop the app from running, or do I just have to guess that it needs some camera-related permissions if the faulty lines proves to be related to camera?
I really hope there's a simpler way of doing these things than I am doing them. Cheers! Z. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

