-
Notifications
You must be signed in to change notification settings - Fork 626
Ml logging #2355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ml logging #2355
Conversation
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (975d26f0) is created by Prow via merging commits: 843b963 e12615d. |
The public api surface has changed for the subproject firebase-ml-modeldownloader: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (975d26f0) is created by Prow via merging commits: 843b963 e12615d. |
The public api surface has changed for the subproject firebase-ml-modeldownloader: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
Looks like you're also removing transport from the deps. Is it no longer needed? |
The public api surface has changed for the subproject firebase-ml-modeldownloader: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
I moved the transport dep to the FirebaseMlLogger - that way I won't have to pass it into every class - just have each class that needed logging get an instance of the FirebaseMlLogger. Hoping that was appropriate. |
Yes, definitely. Just checking 👍 |
/retest |
No description provided.