Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
refactor(device): add more log
Browse files Browse the repository at this point in the history
  • Loading branch information
CCXXXI committed Jul 2, 2023
1 parent 30594d4 commit 63e8af2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/device/device.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ class CurrentDevice extends _$CurrentDevice {
await prefs.setString(K.currentDeviceId, device.id);
await prefs.setString(K.currentDeviceName, device.name);
}

_logger.fine("CurrentDevice set to $device");
state = device;
}
}
Expand Down

0 comments on commit 63e8af2

Please sign in to comment.