AndLogViewer is the tool to simplify analysis of the Android logs, both online and offline.
Requirements:
Unpack a zip archive to any folder.
Use the OS-specific script to launch AndLogView:
bin/andlogview.bat
(Windows)bin/andlogview
(Linux)Both scripts expect the javaw/java to be on your PATH.
The following filtering criteria are supported:
Filtered lines can be:
You may enter several tags, application names or PIDs separated with commas, any
of them will be filtered. Message, tag and application name filters support
regular expressions. If several criteria are specified, only records that
match all of them will be filtered. If the tag or application name contain ,
then ,
symbol should be doubled or the whole pattern should be enclosed in
backticks. For example, if you want to search for tags Foo,bar
and Bar,baz
you should enter Foo,,bar, Bar,,baz
or `Foo,bar`, `Bar,baz`
. Wrapping
in backticks doesn't work for regular expressions.
Ctrl+F
- show search fieldEnter
to start searchingF3
- find next, Shift+F3
- find previousEsc
- clear search resultsYou should wrap your pattern into /.../
- slashes - to search using regular
expressions, ex. /^[Aa].*$/
- all lines that start with lower or upper 'a'.
Regex-based searching is case-sensitive in opposite to a simple searching.
Standard Java regular expression syntax is used.
Searching is performed in application name, tag and message fields. You can
limit search scope to the single field by prefixing search request with app:
,
tag:
, or msg:
respectively. Only one (first) prefix is in effect, others are
treated like normal search pattern.
Ctrl+C
, Ctrl+Ins
or the
context menu.See the complete manual at https://andlogview.mlopatkin.name/
There is a mailing list android-log-viewer at Google Groups for release announcements and discussions.
Please report bugs to https://github.com/mlopatkin/andlogview/issues