File
Doc
Category
Size
Date
Package
EventLog.java
API Doc
Android 5.1 API
1122
Sat Mar 14 14:09:42 GMT 2015
android.util
EventLog
java.lang.Object
public class EventLog extends Object
Fields Summary
Constructors Summary
EventLog
()
throw new RuntimeException("Stub!");
Methods Summary
public static
int
getTagCode
(
java.lang.String
name)
throw new RuntimeException("Stub!");
public static
java.lang.String
getTagName
(
int
tag)
throw new RuntimeException("Stub!");
public static native void
readEvents
(
int[]
tags,
java.util.Collection
output)
public static native
int
writeEvent
(
int
tag,
int
value)
public static native
int
writeEvent
(
int
tag,
long
value)
public static native
int
writeEvent
(
int
tag,
java.lang.String
str)
public static native
int
writeEvent
(
int
tag,
java.lang.Object
list)
Java Code Source