On Wed, Dec 19, 2012 at 7:58 PM, lbendlin <[email protected]> wrote: > I tell users to install "alogcat" and send me a snapshot. This seems to > work even on non-rooted devices.
However, it will not work on Android 4.1 and higher. aLogCat can only report its own LogCat messages, not ones from other processes. That's because READ_LOGS can no longer be held by normal SDK apps (it is signatureOrSystem now). > On Wednesday, December 19, 2012 7:45:23 PM UTC-5, Nathan wrote: >> There was also talk of making a more user >> friendly way in settings to do this. The hidden Developer Options on a 4.2+ device has a "Take bug report" option that emits the same report as does the magic key combination. >> Is there any procedure that will work on, say, Razr Maxx HD, or ASUS >> Transformer TF700T. Other than POWER + VOLUME UP + VOLUME DOWN, I am unaware of a way to collect the bug report on 4.1 without a copy of the Android SDK installed. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 4.4 Available! -- 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

