Package org.robolectric.shadows
Class ShadowEventLog
java.lang.Object
org.robolectric.shadows.ShadowEventLog
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addEvent
(EventLog.Event event) Add event toEventLog
.static void
clearAll()
protected static void
readEvents
(int[] tags, Collection<EventLog.Event> output) protected static int
writeEvent
(int tag, float value) Writes an event log message, returning an approximation of the bytes written.protected static int
writeEvent
(int tag, int value) Writes an event log message, returning an approximation of the bytes written.protected static int
writeEvent
(int tag, long value) Writes an event log message, returning an approximation of the bytes written.protected static int
writeEvent
(int tag, Object... list) Writes an event log message, returning an approximation of the bytes written.protected static int
writeEvent
(int tag, String str) Writes an event log message, returning an approximation of the bytes written.
-
Constructor Details
-
ShadowEventLog
public ShadowEventLog()
-
-
Method Details
-
addEvent
Add event toEventLog
. -
clearAll
-
writeEvent
Writes an event log message, returning an approximation of the bytes written. -
writeEvent
Writes an event log message, returning an approximation of the bytes written. -
writeEvent
Writes an event log message, returning an approximation of the bytes written. -
writeEvent
Writes an event log message, returning an approximation of the bytes written. -
writeEvent
Writes an event log message, returning an approximation of the bytes written. -
readEvents
-