android.util
Class EventLog.Event

java.lang.Object
  extended by android.util.EventLog.Event
Enclosing class:
EventLog

public static final class EventLog.Event
extends Object


Method Summary
 Object getData()
           
 int getProcessId()
           
 int getTag()
           
 int getThreadId()
           
 long getTimeNanos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProcessId

public int getProcessId()

getThreadId

public int getThreadId()

getTimeNanos

public long getTimeNanos()

getTag

public int getTag()

getData

public Object getData()


Copyright © 2008-2010. All Rights Reserved.