mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-12 09:32:33 +00:00
Save exceptions to local file
This commit is contained in:
parent
68c20641b9
commit
34746c31c8
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ Future<void> main() async {
|
|||
initialMigrationVersion: 17);
|
||||
runApp(App());
|
||||
}, (error, stackTrace) {
|
||||
_saveException(error.toString(), stackTrace);
|
||||
runApp(MaterialApp(
|
||||
debugShowCheckedModeBanner: true,
|
||||
home: Scaffold(
|
||||
|
|
Loading…
Reference in a new issue