移除调试的功能

lowmem
Matthew 2 months ago
parent 4c42820cea
commit 5a91bd8dcb

@ -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;

Loading…
Cancel
Save