On Thu, Dec 20, 2012 at 10:07 AM, Mark Murphy <[email protected]> wrote: > 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). >
An alternative is integrate ACRA in your app which can use the logcat command to read you app's log entries, no need for adding permissions. -- 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

