com.android.ddmlib.log
Class LogReceiver.LogEntry

java.lang.Object
  extended by com.android.ddmlib.log.LogReceiver.LogEntry
Enclosing class:
LogReceiver

public static final class LogReceiver.LogEntry
extends Object

Represents a log entry and its raw data.


Field Summary
 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
LogReceiver.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.


pid

public int pid
pid of the process that generated this LogReceiver.LogEntry


tid

public int tid
tid of the process that generated this LogReceiver.LogEntry


sec

public int sec
Seconds since epoch.


nsec

public int nsec
nanoseconds.


data

public byte[] data
The entry's raw data.

Constructor Detail

LogReceiver.LogEntry

public LogReceiver.LogEntry()


Copyright © 2008-2012. All Rights Reserved.