Home | History | Annotate | Download | only in testercore

Lines Matching defs:Log

21  * \brief Log wrapper
26 public class Log {
28 private static final boolean LOG_DEBUG = android.util.Log.isLoggable("dEQP", android.util.Log.DEBUG);
35 android.util.Log.d(tag, msg);
40 android.util.Log.i(tag, msg);
45 android.util.Log.w(tag, msg);
50 android.util.Log.w(tag, msg, tr);
55 android.util.Log.e(tag, msg);
60 android.util.Log.e(tag, msg, tr);