From ebf8312f6f58e371df53bf94f52197c0fa8ac89c Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 15 May 2025 11:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/SensorsProtocol.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/cpp/SensorsProtocol.cpp b/app/src/main/cpp/SensorsProtocol.cpp index 0d5af91c..eb8820de 100644 --- a/app/src/main/cpp/SensorsProtocol.cpp +++ b/app/src/main/cpp/SensorsProtocol.cpp @@ -95,7 +95,7 @@ static int64_t get_msec() void DebugLog(int commid, char flag, const char* format, ...) { #ifndef NDEBUG - ALOGW("FMT: %s", format); + // ALOGW("FMT: %s", format); // std::this_thread::sleep_for(std::chrono::milliseconds(100)); #endif va_list argptr; @@ -146,7 +146,7 @@ void DebugLog(int commid, char flag, const char* format, ...) delete[] szbuf; #ifndef NDEBUG - ALOGW("FMT: %s end", format); + // ALOGW("FMT: %s end", format); #endif }