Searched refs:isInfoLoggable (Results 1 – 1 of 1) sorted by relevance
78 public boolean isInfoLoggable() { return DEBUG || Log.isLoggable(logTag, Log.INFO); } in isInfoLoggable() method in LogUtils.Logger98 if (isInfoLoggable()) { in i()