Android Open Source - UI library logcatviewer






Project Summary

This library adds a service and a fragment for getting the logcat of the Android application the library is used with..

Web Site / Source Repository

logcatviewer is hosted in the following web site
https://github.com/daverix/logcatviewer

If you think the Android project logcatviewer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of logcatviewer.

ItemValue
Java File Count16
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count1
Required Permissionsandroid.permission.READ_LOGS




License

The license information of logcatviewer is as follows:

Apache License

Resource Files

There are 1 image files in logcatviewer. The names of the image files are listed as follows.

list_selector_disabled_holo_light.9.png

The following screenshort is generated from the image listed above.

null

Java Source Files

net.daverix.logcatviewer.LogAdapter.java
net.daverix.logcatviewer.LogFilter.java
net.daverix.logcatviewer.LogFragment.java
net.daverix.logcatviewer.LogHandlerService.java
net.daverix.logcatviewer.LogHandler.java
net.daverix.logcatviewer.LogItemFactory.java
net.daverix.logcatviewer.LogItem.java
net.daverix.logcatviewer.LogLevel.java
net.daverix.logcatviewer.LogPriorityFilter.java
net.daverix.logcatviewer.LogTextFactory.java
net.daverix.logcatviewer.LogcatHandler.java
net.daverix.logcatviewer.LogcatItemFactory.java
net.daverix.logcatviewer.LogcatTextFactory.java
net.daverix.logcatviewer.ParseException.java
net.daverix.logcatviewer.Priority.java
net.daverix.logcatviewer.sample.SampleActivity.java