Lines Matching refs:DEBUG

40     private static final boolean DEBUG = true;
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Log.d(LOG_TAG, "End scale test");
173 if (DEBUG) Log.d(LOG_TAG, "Begin rate test");
179 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
189 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]);
192 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
193 if (DEBUG) Log.d(LOG_TAG, "End rate test");
198 if (DEBUG) Log.d(LOG_TAG, "Begin priority test");
204 if (DEBUG) Log.d(LOG_TAG, "Start note " + normalId);
242 if (DEBUG) Log.d(LOG_TAG, "End priority test");
247 if (DEBUG) Log.d(LOG_TAG, "Begin pause/resume test");
253 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
262 if (DEBUG) Log.d(LOG_TAG, "Pause note " + id);
265 if (DEBUG) Log.d(LOG_TAG, "Resume note " + id);
270 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
279 if (DEBUG) Log.d(LOG_TAG, "Start note " + ids[i]);
289 if (DEBUG) Log.d(LOG_TAG, "autoPause");
292 if (DEBUG) Log.d(LOG_TAG, "autoResume");
298 if (DEBUG) Log.d(LOG_TAG, "Stop note " + ids[i]);
302 if (DEBUG) Log.d(LOG_TAG, "End pause/resume test");
307 if (DEBUG) Log.d(LOG_TAG, "Begin volume test");
311 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
324 if (DEBUG) Log.d(LOG_TAG, "Change volume (" + leftVolume + "," + rightVolume + ")");
328 if (DEBUG) Log.d(LOG_TAG, "End volume test");
333 if (DEBUG) Log.d(LOG_TAG, "Test thread running");
362 if (DEBUG) Log.d(LOG_TAG, "Test interrupted");
375 if (DEBUG) Log.d(LOG_TAG, "Test thread exit");
384 if (DEBUG) Log.d(LOG_TAG, "interrupt");
391 if (DEBUG) Log.d(LOG_TAG, "quit");