opt: enable debug stacktrace output & add json serde check

This commit is contained in:
Kingtous
2022-12-09 10:49:47 +08:00
parent d5a93adbf0
commit d3d4c7dac4
7 changed files with 22 additions and 20 deletions

View File

@@ -460,7 +460,7 @@ Future<bool> loginDialog() async {
debugPrint('$resp');
completer.complete(true);
} catch (err) {
debugPrint(err.toString());
debugPrintStack(label: err.toString());
cancel();
return;
}