Add some clear logs about when the app was launched

It makes it easier to read the logs
This commit is contained in:
Vishesh Handa
2020-11-07 14:25:58 +01:00
parent 3000d94123
commit c37b47302d

View File

@ -29,6 +29,14 @@ class JournalApp extends StatefulWidget {
static Future main(SharedPreferences pref) async {
await Log.init();
Log.i("--------------------------------");
Log.i("--------------------------------");
Log.i("--------------------------------");
Log.i("--------- App Launched ---------");
Log.i("--------------------------------");
Log.i("--------------------------------");
Log.i("--------------------------------");
var appSettings = AppSettings.instance;
Log.i("AppSetting ${appSettings.toMap()}");