FileDocCategorySizeDatePackage
EventLog.javaAPI DocAndroid 5.1 API1122Sat Mar 14 14:09:42 GMT 2015android.util

EventLog

public class EventLog extends Object

Fields Summary
Constructors Summary
EventLog()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static intgetTagCode(java.lang.String name)

 throw new RuntimeException("Stub!"); 
public static java.lang.StringgetTagName(int tag)

 throw new RuntimeException("Stub!"); 
public static native voidreadEvents(int[] tags, java.util.Collection output)

public static native intwriteEvent(int tag, int value)

public static native intwriteEvent(int tag, long value)

public static native intwriteEvent(int tag, java.lang.String str)

public static native intwriteEvent(int tag, java.lang.Object list)