Class LogcatController.LogcatInfo

  • Enclosing class:
    LogcatController

    public class LogcatController.LogcatInfo
    extends java.lang.Object
    • Constructor Detail

      • LogcatInfo

        public LogcatInfo​(short len,
                          short hdrSize,
                          int pid,
                          int tid,
                          int sec,
                          int nsec,
                          byte msgType)
      • LogcatInfo

        public LogcatInfo​(short len,
                          short hdrSize,
                          int pid,
                          int tid,
                          int sec,
                          int nsec,
                          int lid,
                          byte msgType)
      • LogcatInfo

        public LogcatInfo​(short len,
                          short hdrSize,
                          int pid,
                          int tid,
                          int sec,
                          int nsec,
                          int lid,
                          int uid,
                          byte msgType)
    • Method Detail

      • setMsg

        public void setMsg​(byte[] msg)
      • getVersion

        public short getVersion()
      • getLen

        public short getLen()
      • getHeaderLen

        public short getHeaderLen()
      • getPid

        public int getPid()
      • getTid

        public int getTid()
      • getSec

        public int getSec()
      • getNSec

        public int getNSec()
      • getLid

        public int getLid()
      • getUid

        public int getUid()
      • getInstant

        public java.time.Instant getInstant()
      • getTimestamp

        public java.lang.String getTimestamp()
      • getAfterTimestamp

        public java.lang.String getAfterTimestamp()
      • getMsgType

        public byte getMsgType()
      • getMsgTypeString

        public java.lang.String getMsgTypeString()
      • getMsg

        public java.lang.String getMsg()