mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
服务器状态页细节优化
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user