On Wed, Aug 31, 2011 at 8:24 AM, cellurl <[email protected]> wrote: > I mean, is there any more logging info available other than Eclipse/ > Logcat?
They gave you LogCat output. > Is there a way to get more verbose logging? They appear to have only given you warnings and errors. There are other logging levels that they did not supply you. > Perhaps Amazon has > their own test/plugin/whoknows?? They appear to have broken firmware, considering that com.android.internal.app.ResolverActivity is part of the operating system and therefore should not need to be registered in the manifest: http://www.google.com/codesearch#cZwlSNS7aEw/frameworks/base/core/java/com/android/internal/app/ResolverActivity.java If they are going to hand you crash logs with no means of reproducing whatever they created, that's not going to be especially useful. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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

