Home | History | Annotate | Download | only in camera

Lines Matching defs:Slog

37 import android.util.Slog;
126 Slog.v(TAG, "A camera facing " + cameraFacingToString(mCameraFacing) +
169 Slog.e(TAG, "Calling UID: " + Binder.getCallingUid() + " doesn't match expected " +
180 Slog.e(TAG, "Calling UID: " + Binder.getCallingUid() + " doesn't match expected " +
186 if (DEBUG) Slog.v(TAG, "Camera " + cameraId + " facing " + facingStr + " state now " +
201 if (DEBUG) Slog.v(TAG, "Notify NFC behavior is " + (mNotifyNfc ? "active" : "disabled"));
211 Slog.e(TAG, "CameraServiceProxy error, invalid message: " + msg.what);
262 if (DEBUG) Slog.w(TAG, "Native camera service has died");
286 Slog.v(TAG, "Camera: " + e.mClientName + " used a camera facing " +
355 Slog.i(TAG, "Could not notify camera service of user switch, retrying...");
366 Slog.w(TAG, "Could not notify mediaserver, camera service not available.");
372 Slog.w(TAG, "Could not link to death of native camera service");
382 Slog.w(TAG, "Could not notify mediaserver, remote exception: " + e);
401 Slog.w(TAG, "Camera " + cameraId + " was already marked as active");
429 Slog.w(TAG, "Could not connect to NFC service to notify it of camera state");
434 if (DEBUG) Slog.v(TAG, "Setting NFC reader mode to flags " + flags);
438 Slog.w(TAG, "Could not notify NFC service, remote exception: " + e);