Package jadx.gui.device.debugger
Class LogcatController.LogcatInfo
- java.lang.Object
-
- jadx.gui.device.debugger.LogcatController.LogcatInfo
-
- Enclosing class:
- LogcatController
public class LogcatController.LogcatInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LogcatInfo(short len, short hdrSize, int pid, int tid, int sec, int nsec, byte msgType)LogcatInfo(short len, short hdrSize, int pid, int tid, int sec, int nsec, int lid, byte msgType)LogcatInfo(short len, short hdrSize, int pid, int tid, int sec, int nsec, int lid, int uid, byte msgType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAfterTimestamp()shortgetHeaderLen()java.time.InstantgetInstant()shortgetLen()intgetLid()java.lang.StringgetMsg()bytegetMsgType()java.lang.StringgetMsgTypeString()intgetNSec()intgetPid()intgetSec()intgetTid()java.lang.StringgetTimestamp()intgetUid()shortgetVersion()voidsetMsg(byte[] msg)
-
-
-
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()
-
-