Lines Matching defs:log
34 import android.util.Log;
52 if (DBG) log("onReceive " + intent);
57 if (DBG) log("Registering for ServiceState updates");
64 if (DBG) log("airplaneModeOn: " + airplaneModeOn);
104 Log.e(TAG, "caller missing READ_PHONE_STATE permission, returning");
107 Log.w(TAG, "onReceive() unexpected action " + action);
174 Log.w(TAG, "Ignoring SCPD command to " + (enable ? "enable" : "disable")
200 Log.w(TAG, "phone.getActivePhoneType() failed", e);
217 Log.d(TAG, "Service state changed! " + newState + " Full: " + ss);
227 private static void log(String msg) {
228 Log.d(TAG, msg);
232 Log.e(TAG, msg);