about logs in jellybean not being accessible by log readers

This commit is contained in:
David Black 2012-11-03 23:44:15 +00:00
parent b103ce14b8
commit 62a5d0cdd1
2 changed files with 5 additions and 0 deletions

View file

@ -10,6 +10,8 @@ Description:
CatLog shows a scrolling (tailed) view of the Android "Logcat" system log, hence the goofy name. It also
allows you to record logs in real time, send logs via email, and filter using a variety of criteria. It has
a widget, can record logs in the background and has useful colour coding.
It wont work on Android 4.1+ without root access, since apps are not allowed to access each other's logs.
.
Repo Type:git

View file

@ -10,6 +10,9 @@ An app equivalent of logcat from the terminal. You can filter by importance
in the settings: see only errors or view general debugging info. The result can then be filtered by keyword
so if an app has problems you can send just the relevant logs to the
developer. But watch out, the filter remains in place unless you remove it!
It might not work on Android 4.1+, since apps are not allowed to access each other's logs. In custom ROMs
with root access it should still probably work.
.
Repo Type:git-svn