-
Notifications
You must be signed in to change notification settings - Fork 625
Fill in device_model field for AQS #4892
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
Conversation
Coverage Report 1Affected Products
Test Logs |
@@ -45,7 +45,7 @@ internal object TestSessionEventData { | |||
applicationInfo = | |||
ApplicationInfo( | |||
appId = FakeFirebaseApp.MOCK_APP_ID, | |||
deviceModel = "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do the tests have access to Build.MODEL
too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems they do - updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did some funny formatting happen to this file? Also I think Google style is to avoid the .* imports, and I don't see what class you needed from the import.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah the formatter did a weird one on this
Size Report 1Affected Products
Test Logs |
I assume this needs to be consistent with the Crashlytics Device Model: https://github.com/firebase/firebase-android-sdk/blob/master/firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/CrashlyticsReportDataCapture.java#L220