Lines Matching refs:DEBUG
29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE); field in LogUtils
32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { in v()
39 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { in v()
46 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { in d()
53 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { in d()
60 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { in i()
67 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { in i()
74 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) { in w()
81 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) { in w()
88 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
95 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
102 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
108 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
114 if (DEBUG || Log.isLoggable(LOGTAG, Log.ASSERT)) { in wtf()
121 if (DEBUG || Log.isLoggable(LOGTAG, Log.ASSERT)) { in wtf()