🚨 捕获异常, 取消崩溃通知

This commit is contained in:
BookerLiu
2023-04-23 21:46:55 +08:00
parent 1d6830b30b
commit 8b2919c3b5
4 changed files with 33 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ namespace GeekDesk.Task
}
}
}
catch (Exception) { }
catch (Exception e1) { }
//ClearMemory();
}));
}