Searched refs:outMessage (Results 1 – 2 of 2) sorted by relevance
55 void writeToLog(String outMessage) throws IOException { in testLogEvent()56 Assert.assertEquals("INVOCATION_END: {\"test\":\"value\"}\n", outMessage); in testLogEvent()75 void writeToLog(String outMessage) throws IOException { in testLogEvent_nullArgs()76 Assert.assertEquals("INVOCATION_END: {}\n", outMessage); in testLogEvent_nullArgs()
129 String outMessage = LogUtil.getLogFormatString(logLevel, tag, message); in internalPrintLog() local133 System.out.print(outMessage); in internalPrintLog()136 writeToLog(outMessage); in internalPrintLog()150 void writeToLog(String outMessage) throws IOException { in writeToLog() argument152 mLogStream.write(outMessage.getBytes()); in writeToLog()