Package 

Class LogcatParser


  • 
    public class LogcatParser
    
                        

    Parses a stream of text as a logcat.

    • Method Summary

      Modifier and Type Method Description
      LogLine parse(String text) Parse the logcat lines, returning a Logcat object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail