Home
last modified time | relevance | path

Searched refs:getLogFormatString (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/log/
DFileLoggerTest.java69 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/
DLogUtil.java46 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/
DBaseStreamLogger.java85 String outMessage = LogUtil.getLogFormatString(logLevel, tag, message); in internalPrintLog()
DLogRegistry.java270 LogUtil.getLogFormatString( in saveLog()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java790 LogUtil.getLogFormatString( in executeShellCommand()