|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ddmlib.logcat.LogCatMessageParser
public final class LogCatMessageParser
Class to parse raw output of adb logcat -v long to LogCatMessage objects.
| Constructor Summary | |
|---|---|
LogCatMessageParser()
|
|
| Method Summary | |
|---|---|
java.util.List<LogCatMessage> |
processLogLines(java.lang.String[] lines,
IDevice device)
Parse a list of strings into LogCatMessage objects. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogCatMessageParser()
| Method Detail |
|---|
@NonNull
public java.util.List<LogCatMessage> processLogLines(java.lang.String[] lines,
IDevice device)
LogCatMessage objects. This method
maintains state from previous calls regarding the last seen header of
logcat messages.
lines - list of raw strings obtained from logcat -v longdevice - device from which these log messages have been received
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||