Categories:Development License:GPL-3.0-only Web Site: Source Code: Issue Tracker: Auto Name:aLogcat Summary:View system and app log Description: 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. . Build:2.1.6,34 commit=28 Build:2.3,36 commit=30 Build:2.3.2,38 commit=31 prebuild=find . -type f -name \*.java -print0 | xargs -0 sed -i "s/^import org\.jtb\.alogcat\.donate\.R;$/import org.jtb.alogcat.R;/g" && \ sed -i "s/org.jtb.alogcat.donate/org.jtb.alogcat/" AndroidManifest.xml Build:2.4,39 commit=37 Build:2.5,40 commit=41 prebuild=find . -type f -name \*.java -print0 | xargs -0 sed -i "s/^import org\.jtb\.alogcat\.donate\.R;$/import org.jtb.alogcat.R;/g" && \ sed -i "s/org.jtb.alogcat.donate/org.jtb.alogcat/" AndroidManifest.xml Build:2.6.1,43 commit=48 prebuild=find . -type f -name \*.java -print0 | xargs -0 sed -i "s/^import org\.jtb\.alogcat\.donate\.R;$/import org.jtb.alogcat.R;/g" && \ sed -i "s/org.jtb.alogcat.donate/org.jtb.alogcat/" AndroidManifest.xml Auto Update Mode:None Update Check Mode:None Current Version:2.6.1 Current Version Code:43 No Source Since:2.6.2