[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) {
_canRunML = shouldRunML;
_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));
}