|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.util.EventLog
public class EventLog
| 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 |
|---|
public static int writeEvent(int tag,
int value)
public static int writeEvent(int tag,
long value)
public static int writeEvent(int tag,
String str)
public static int writeEvent(int tag,
Object... list)
public static void readEvents(int[] tags,
Collection<EventLog.Event> output)
throws IOException
IOExceptionpublic static String getTagName(int tag)
public static int getTagCode(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||