mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 17:57:31 +00:00
[mob][photos] Logs
This commit is contained in:
@@ -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));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user