服务器状态页细节优化

This commit is contained in:
LollipopKit
2021-09-18 20:17:30 +08:00
parent c00d3c11d6
commit b4d44c41e5
8 changed files with 47 additions and 26 deletions

View File

@@ -38,7 +38,6 @@ void runInZone(dynamic Function() body) {
}
void onError(Object obj, StackTrace stack) {
print('error: $obj');
Analysis.recordException(obj);
final debugProvider = locator<DebugProvider>();
debugProvider.addError(obj);