Searched refs:infoFormat (Results 1 – 1 of 1) sorted by relevance
114 protected void logInfo(String infoFormat, Object... args) { in logInfo() argument115 LogUtil.printLog(Log.LogLevel.INFO, mLogTag, String.format(infoFormat, args)); in logInfo()