[mob][photos] Logs
This commit is contained in:
parent
c142ed07b8
commit
eef18ca054
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue