Searched refs:debugContent (Results 1 – 2 of 2) sorted by relevance
114 private static void debugLog(String debugContent) { in debugLog() argument115 if (DEBUG) Log.w(TAG, debugContent); in debugLog()
298 private void debugLog(String debugContent) { in debugLog() argument299 if (DEBUG) Log.d(TAG, debugContent); in debugLog()