LAPTOP-SNT8I5JK\Boounion
2025-02-14 e3599db09ffb168e9755e800ea8d905efe63545f
SourceCode/Bond/Servo/ServoDlg.cpp
@@ -686,6 +686,14 @@
   UpdateLogBtn();
   LOGE("OnLogDlgHide");
   unsigned int DATAID, RPTID;
   DATAID = 111;
   RPTID = 1001;
   std::vector<std::string> v;
   v.push_back("abc");
   v.push_back("def");
   theApp.m_model.m_hsmsPassive.requestEventReportSend(DATAID, RPTID, v);
   return 0;
}