mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-14 07:52:56 +00:00
feature add bury point for soft
This commit is contained in:
@@ -6296,9 +6296,12 @@ extern "C" {
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
initSentry();
|
||||
|
||||
std::string softStartTime = BP_SOFT_START_TIME+ ":" + get_timestamp_seconds();
|
||||
sentryReportLog(SENTRY_LOG_TRACE, softStartTime, BP_START_SOFT);
|
||||
auto res = CLI().run(argc, argv);
|
||||
|
||||
std::string softEndTime = BP_SOFT_END_TIME + ":" + get_timestamp_seconds();
|
||||
sentryReportLog(SENTRY_LOG_TRACE, softEndTime, BP_START_SOFT);
|
||||
exitSentry();
|
||||
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user