Searched refs:getLogFormatString (Results 1 – 5 of 5) sorted by relevance
/tools/tradefederation/core/tests/src/com/android/tradefed/log/ |
D | FileLoggerTest.java | 69 String expectedText1 = LogUtil.getLogFormatString(LogLevel.INFO, LOG_TAG, Text1).trim(); in testLogToLogger() 72 LogUtil.getLogFormatString(LogLevel.VERBOSE, LOG_TAG, Text2).trim(); in testLogToLogger() 75 LogUtil.getLogFormatString(LogLevel.ASSERT, LOG_TAG, Text3).trim(); in testLogToLogger()
|
/tools/tradefederation/core/common_util/com/android/tradefed/log/ |
D | LogUtil.java | 46 System.out.print(LogUtil.getLogFormatString(logLevel, tag, message)); in printLog() 56 public static String getLogFormatString(LogLevel logLevel, String tag, String message) { in getLogFormatString() method in LogUtil
|
/tools/tradefederation/core/src/com/android/tradefed/log/ |
D | BaseStreamLogger.java | 85 String outMessage = LogUtil.getLogFormatString(logLevel, tag, message); in internalPrintLog()
|
D | LogRegistry.java | 270 LogUtil.getLogFormatString( in saveLog()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 790 LogUtil.getLogFormatString( in executeShellCommand()
|