fdroiddata/metadata/org.jtb.alogcat.txt

51 lines
1.7 KiB
Plaintext
Raw Normal View History

Categories:Development
License:GPLv3
Web Site:https://code.google.com/p/alogcat
Source Code:https://code.google.com/p/alogcat/source
Issue Tracker:https://code.google.com/p/alogcat/issues
2013-06-15 16:23:15 +00:00
Auto Name:aLogcat
2012-09-05 12:57:34 +00:00
Summary:System and app log viewer
2010-11-21 18:35:13 +00:00
Description:
2013-04-09 21:38:55 +00:00
An app equivalent of logcat from the terminal. You can filter by importance
2012-09-11 10:48:17 +00:00
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
2012-09-07 14:45:57 +00:00
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.
2010-11-21 18:35:13 +00:00
.
2011-01-04 23:59:33 +00:00
Repo Type:git-svn
Repo:https://alogcat.googlecode.com/svn/trunk
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
Update Check Mode:RepoManifest
2012-04-19 10:46:54 +00:00
Current Version:2.6.1
Current Version Code:43
2011-12-31 13:19:50 +00:00