2013-11-02 00:16:14 +00:00
|
|
|
Categories:Development
|
2012-01-10 23:25:28 +00:00
|
|
|
License:GPLv3
|
2014-01-31 01:41:47 +00:00
|
|
|
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
|
2012-01-10 23:25:28 +00:00
|
|
|
|
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!
|
2012-11-03 23:44:15 +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
|
|
|
|
2012-04-08 09:33:17 +00:00
|
|
|
Repo Type:git-svn
|
2014-01-31 01:51:41 +00:00
|
|
|
Repo:https://alogcat.googlecode.com/svn/trunk
|
2011-01-04 23:59:33 +00:00
|
|
|
|
|
|
|
Build Version:2.1.6,34,28
|
2011-03-09 22:17:30 +00:00
|
|
|
Build Version:2.3,36,30
|
2011-03-10 23:26:20 +00:00
|
|
|
Build Version:2.3.2,38,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
|
2012-01-24 23:27:30 +00:00
|
|
|
Build Version:2.4,39,37
|
2012-04-08 09:33:17 +00:00
|
|
|
Build Version:2.5,40,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
|
2012-04-19 10:46:54 +00:00
|
|
|
Build Version:2.6.1,43,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
|
2013-11-05 10:46:15 +00:00
|
|
|
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
|
|
|
|