> Mark I really appreciate your help.  It can frustrating to learn a new
> language.

If you are new to both Java and Android, I generally recommend you spend a
few weeks poking around Java itself, outside of Android. Learning both at
the same time can be painful, simply because Android is not exactly like
the Java SE or related Java development packages.

>
> I have tried different logcat options trying to sift out some of the
> chatter, but at this point I'm not sure what is chatter and what is of
> value.
>
> ./adb logcat ActivityManager:D myProject:V *:S

You'll find DDMS a bit easier for filtering than adb logcat.

Basically, look for Unhandled Exceptions, then scan down until you find
your code referenced. In particular, most Unhandled Exceptions have two
"stanzas" to the stack trace -- your code should appear somewhere in the
second one, which starts with "Caused by".

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Android App Developer Books: http://commonsware.com/books.html


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to