Class LogReceiver.LogEntry

  • Enclosing class:
    LogReceiver

    public static final class LogReceiver.LogEntry
    extends java.lang.Object
    Represents a log entry and its raw data.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] data
      The entry's raw data.
      int len
      16bit unsigned: length of the payload.
      int nsec
      nanoseconds.
      int pid
      pid of the process that generated this LogReceiver.LogEntry
      int sec
      Seconds since epoch.
      int tid
      tid of the process that generated this LogReceiver.LogEntry
    • Constructor Summary

      Constructors 
      Constructor Description
      LogEntry()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • len

        public int len
        16bit unsigned: length of the payload.
      • sec

        public int sec
        Seconds since epoch.
      • nsec

        public int nsec
        nanoseconds.
      • data

        public byte[] data
        The entry's raw data.
    • Constructor Detail

      • LogEntry

        public LogEntry()