From 5a91bd8dcb3d0f8f3ae3490b18f3f4d1e4104f24 Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 23 Apr 2025 16:07:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95=E7=9A=84?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/MicroPhoto.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/cpp/MicroPhoto.cpp b/app/src/main/cpp/MicroPhoto.cpp index 9b629b33..60e24dce 100644 --- a/app/src/main/cpp/MicroPhoto.cpp +++ b/app/src/main/cpp/MicroPhoto.cpp @@ -544,6 +544,7 @@ Java_com_xypower_mpapp_MicroPhotoService_sendHeartbeat( pTerminal->SendHeartbeat(); #ifdef OUTPUT_DBG_INFO +#if 0 std::thread t([]() { time_t ts = time(NULL); @@ -557,6 +558,7 @@ Java_com_xypower_mpapp_MicroPhotoService_sendHeartbeat( }); t.detach(); +#endif #endif return JNI_TRUE;