Fetches available log entries for the given log type. Note that log buffers are reset after each call, meaning that available log entries correspond to those entries not yet returned for a given log type. In practice, this means that this call will return the available log entries since the last
(String logType)
| 38 | * @return Available log entries for the specified log type. |
| 39 | */ |
| 40 | LogEntries get(String logType); |
| 41 | |
| 42 | /** |
| 43 | * Queries for available log types. |
no outgoing calls