You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On android you can now check if an app is using camera in the background, a green dot appears on the top right corner, which is there even when the app is minimized.
The text was updated successfully, but these errors were encountered:
Actually it turns off on it's own after 2-3 minutes of idleness (I think the system turns it off) but then if you come back to the app the camera doesn't start up again.
This looks fixed, but when the camera is on, the following logs are printed every second. Which means some processing is being done continuously.
D/TransportRuntime.SQLiteEventStore(12601): Storing event with priority=DEFAULT, name=FIREBASE_ML_SDK for destination cct D/TransportRuntime.JobInfoScheduler(12601): Upload for context TransportContext(cct, DEFAULT, MSRodHRwczovL2ZpcmViYXNlbG9nZ2luZy5nb29nbGVhcGlzLmNvbS92MGNjL2xvZy9iYXRjaD9mb3JtYXQ9anNvbl9wcm90bzNc) is already scheduled. Returning...
Looks like this is something that occurs to a lot of people, firebase/flutterfire#6140
maybe someone working on Firebase or ML Kit knows why this happens and maybe its already fixed but it's not that important as long as there are only a lot more logs.
(I always start my print messages with M123 and then just search the logs when this occurs to me)
Anyways, this issue is fixed and I'm keeping an eye on if we can stop this flood of messages
On android you can now check if an app is using camera in the background, a green dot appears on the top right corner, which is there even when the app is minimized.
The text was updated successfully, but these errors were encountered: