Searched refs:addLog (Results 1 – 1 of 1) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLog.java | 42 return addLog(Log.ERROR, tag, msg, throwable); in e() 52 return addLog(Log.DEBUG, tag, msg, throwable); in d() 62 return addLog(Log.INFO, tag, msg, throwable); in i() 72 return addLog(Log.VERBOSE, tag, msg, throwable); in v() 87 return addLog(Log.WARN, tag, msg, throwable); in w() 97 addLog(Log.ASSERT, tag, msg, throwable); in wtf() 121 addLog(priority, tag, msg, null); in println_native() 136 private static int addLog(int level, String tag, String msg, Throwable throwable) { in addLog() method in ShadowLog
|