public class SystemReport
extends java.lang.Object
| Constructor and Description |
|---|
SystemReport() |
| Modifier and Type | Method and Description |
|---|---|
static rx.Observable<java.lang.String> |
report() |
static void |
updateReport(java.lang.String tag)
Causes report() above to emit an updated report with the current time associated with the given event tag.
|
static void |
updateReport(java.lang.String tag,
java.lang.Object info)
Causes report() above to emit an updated report with the given info.toString() associated with the given tag.
|
public static rx.Observable<java.lang.String> report()
public static void updateReport(java.lang.String tag)
public static void updateReport(java.lang.String tag,
java.lang.Object info)