android.util
Class EventLog

java.lang.Object
  extended by android.util.EventLog

public class EventLog
extends Object


Nested Class Summary
static class EventLog.Event
           
 
Method Summary
static int getTagCode(String name)
           
static String getTagName(int tag)
           
static void readEvents(int[] tags, Collection<EventLog.Event> output)
           
static int writeEvent(int tag, int value)
           
static int writeEvent(int tag, long value)
           
static int writeEvent(int tag, Object... list)
           
static int writeEvent(int tag, String str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeEvent

public static int writeEvent(int tag,
                             int value)

writeEvent

public static int writeEvent(int tag,
                             long value)

writeEvent

public static int writeEvent(int tag,
                             String str)

writeEvent

public static int writeEvent(int tag,
                             Object... list)

readEvents

public static void readEvents(int[] tags,
                              Collection<EventLog.Event> output)
                       throws IOException
Throws:
IOException

getTagName

public static String getTagName(int tag)

getTagCode

public static int getTagCode(String name)


Copyright © 2008-2012. All Rights Reserved.