[mob][photos] Logs

This commit is contained in:
laurenspriem
2024-05-15 13:27:19 +05:30
parent c142ed07b8
commit eef18ca054

View File

@@ -57,7 +57,7 @@ class MachineLearningController {
if (shouldRunML != _canRunML) { if (shouldRunML != _canRunML) {
_canRunML = shouldRunML; _canRunML = shouldRunML;
_logger.info( _logger.info(
"Firing event with device health: $_isDeviceHealthy and user interaction: $_isUserInteracting", "Firing event with $shouldRunML, device health: $_isDeviceHealthy and user interaction: $_isUserInteracting",
); );
Bus.instance.fire(MachineLearningControlEvent(shouldRunML)); Bus.instance.fire(MachineLearningControlEvent(shouldRunML));
} }