优化日志

rtmpsuck
Matthew 6 months ago
parent 5007405469
commit 0d9b6a1736

@ -81,7 +81,7 @@ static void onSessionReady(void* context, ACameraCaptureSession *session)
static void onSessionClosed(void* context, ACameraCaptureSession *session)
{
XYLOG(XYLOG_SEVERITY_INFO, "onSessionClosed %p", session);
XYLOG(XYLOG_SEVERITY_DEBUG, "onSessionClosed %p", session);
}
void onCaptureFailed(void* context, ACameraCaptureSession* session, ACaptureRequest* request, ACameraCaptureFailure* failure)

Loading…
Cancel
Save