diff --git a/lib/services/hive_services.dart b/lib/services/hive_services.dart index cec74101..09ac8489 100644 --- a/lib/services/hive_services.dart +++ b/lib/services/hive_services.dart @@ -93,6 +93,7 @@ class HiveHandler { late final LazyBox historyLazyBox; HiveHandler() { + debugPrint("Trying to open Hive boxes"); dataBox = Hive.box(kDataBox); environmentBox = Hive.box(kEnvironmentBox); historyMetaBox = Hive.box(kHistoryMetaBox);