Add more logs
This commit is contained in:
@@ -10,6 +10,7 @@ part 'active_profile_notifier.g.dart';
|
||||
class ActiveProfile extends _$ActiveProfile with AppLogger {
|
||||
@override
|
||||
Stream<Profile?> build() {
|
||||
loggy.debug("watching active profile");
|
||||
return ref
|
||||
.watch(profilesRepositoryProvider)
|
||||
.watchActiveProfile()
|
||||
|
||||
@@ -12,6 +12,7 @@ part 'runtime_details.g.dart';
|
||||
class RuntimeDetailsNotifier extends _$RuntimeDetailsNotifier with AppLogger {
|
||||
@override
|
||||
Future<RuntimeDetails> build() async {
|
||||
loggy.debug("initializing");
|
||||
final appVersion = await ref
|
||||
.watch(updateRepositoryProvider)
|
||||
.getCurrentVersion()
|
||||
|
||||
Reference in New Issue
Block a user