public static class ShadowEventLog.EventBuilder
extends java.lang.Object
Class to build EventLog.Event
| Constructor and Description |
|---|
EventBuilder(int tag,
java.lang.Object data) |
| Modifier and Type | Method and Description |
|---|---|
android.util.EventLog.Event |
build() |
ShadowEventLog.EventBuilder |
setProcessId(int processId) |
ShadowEventLog.EventBuilder |
setTimeNanos(long timeNanos) |
public ShadowEventLog.EventBuilder setProcessId(int processId)
public ShadowEventLog.EventBuilder setTimeNanos(long timeNanos)
public android.util.EventLog.Event build()