fdroiddata/metadata/org.jtb.alogcat.txt

50 lines
1.6 KiB
Plaintext
Raw Normal View History

Categories:Development
2018-05-16 19:28:14 +00:00
License:GPL-3.0-only
2018-07-07 19:21:27 +00:00
Web Site:
Source Code:
Issue Tracker:
2013-06-15 16:23:15 +00:00
Auto Name:aLogcat
2016-10-01 12:58:11 +00:00
Summary:View system and app log
2010-11-21 18:35:13 +00:00
Description:
2015-09-12 05:52:14 +00:00
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!
2015-09-12 05:52:14 +00:00
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.
2010-11-21 18:35:13 +00:00
.
2011-01-04 23:59:33 +00:00
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
2011-03-09 22:17:30 +00:00
2013-06-15 16:23:15 +00:00
Auto Update Mode:None
2018-07-07 19:21:27 +00:00
Update Check Mode:None
2012-04-19 10:46:54 +00:00
Current Version:2.6.1
Current Version Code:43
2018-07-07 19:21:27 +00:00
No Source Since:2.6.2