From 2f52ba12c4518a0de2478fca130997e73e514e09 Mon Sep 17 00:00:00 2001 From: qvyuanxin <qvyuanxin@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 10 七月 2017 16:23:24 +0800 Subject: [PATCH] --- VisitFace/RtspNativeCodec/app/src/main/cpp/DebugNetwork.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/VisitFace/RtspNativeCodec/app/src/main/cpp/DebugNetwork.h b/VisitFace/RtspNativeCodec/app/src/main/cpp/DebugNetwork.h index ed77fa0..2665e48 100644 --- a/VisitFace/RtspNativeCodec/app/src/main/cpp/DebugNetwork.h +++ b/VisitFace/RtspNativeCodec/app/src/main/cpp/DebugNetwork.h @@ -8,6 +8,8 @@ #define ENABLE_DEBUG_SENDFACEDETECT #define ENABLE_DEBUG_SENDFACEADD +extern std::string g_dbgLog; + void dbgSendFaceDetect(uint8_t* buffer, size_t buffSize); void dbgSendFaceAdd(const NativeImgIdx& imgidx, uint8_t* buffImg); -- Gitblit v1.8.0