Home | History | Annotate | Download | only in phone

Lines Matching refs:log

25 import android.util.Log;
70 if (DBG) log("setActiveCallMode(" + call + ")...");
78 if (DBG) log("reset()...");
93 if (DBG) log("periodicUpdateTimer() @ " + nextReport);
109 if (DBG) log("periodicUpdateTimer: timer already running, bail");
114 if (DBG) log("cancelTimer()...");
153 if (DBG) log("updateElapsedTime, count=" + count + ", duration=" + duration);
157 private static void log(String msg) {
158 Log.d(LOG_TAG, "[CallTime] " + msg);
179 log("trace ready...");
181 log("current trace state = " + sProfileState);
217 log("startTrace");
226 log("stopTrace");