Home
last modified time | relevance | path

Searched refs:LogRecorder (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okhttp-logging-interceptor/src/test/java/com/squareup/okhttp/logging/
DHttpLoggingInterceptorTest.java52 private final LogRecorder networkLogs = new LogRecorder();
56 private final LogRecorder applicationLogs = new LogRecorder();
583 private static class LogRecorder implements HttpLoggingInterceptor.Logger { class in HttpLoggingInterceptorTest
587 LogRecorder assertLogEqual(String expected) { in assertLogEqual()
594 LogRecorder assertLogMatch(String pattern) { in assertLogMatch()
/external/autotest/client/cros/multimedia/
Dbluetooth_facade_native.py111 class LogRecorder(object): class
127 raise LogRecorder.LoggingException(msg)
152 raise LogRecorder.LoggingException(msg)
156 raise LogRecorder.LoggingException(msg)
160 raise LogRecorder.LoggingException(msg)
186 class InterleaveLogger(LogRecorder):
433 self.messages = LogRecorder('/var/log/messages')