[mob][photos] Logging

This commit is contained in:
laurenspriem 2024-05-27 11:57:46 +05:30
parent 86fb8ebfaf
commit 30ade541df

View file

@ -31,6 +31,7 @@ class MachineLearningController {
bool get isDeviceHealthy => _isDeviceHealthy; bool get isDeviceHealthy => _isDeviceHealthy;
void init() { void init() {
_logger.info('init called');
if (Platform.isAndroid) { if (Platform.isAndroid) {
_startInteractionTimer(); _startInteractionTimer();
BatteryInfoPlugin() BatteryInfoPlugin()
@ -47,6 +48,7 @@ class MachineLearningController {
}); });
} }
_fireControlEvent(); _fireControlEvent();
_logger.info('init done');
} }
void onUserInteraction() { void onUserInteraction() {