@ -51,8 +51,15 @@ public:
~GpioDebugLogger()
{
uint64_t ts = (GetMicroTimeStamp() - m_startTime);
if (ts > 1000)
CreateEmptyFile(m_path + ".leave." + std::to_string(ts));
}
else
std::string path = m_path + ".enter";
std::remove(path.c_str());
private: