android.util
Class EventLog
java.lang.Object
android.util.EventLog
public class EventLog
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.