Skip to content

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

Merged
merged 2 commits into from
Apr 20, 2023
Merged

Fill in device_model field for AQS #4892

merged 2 commits into from
Apr 20, 2023

Conversation

samedson
Copy link
Contributor

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 13, 2023

Coverage Report 1

Affected Products

  • firebase-sessions

    Overall coverage changed from ? (c290eca) to 64.98% (e4b47f2) by ?.

    14 individual files with coverage change

    FilenameBase (c290eca)Merge (e4b47f2)Diff
    ApplicationInfo.kt?100.00%?
    EventGDTLogger.kt?75.00%?
    FirebaseSessions.kt?0.00%?
    FirebaseSessionsEarly.kt?0.00%?
    FirebaseSessionsRegistrar.kt?0.00%?
    LocalOverrideSettings.kt?90.00%?
    SessionCoordinator.kt?76.47%?
    SessionEvent.kt?100.00%?
    SessionEvents.kt?100.00%?
    SessionGenerator.kt?22.73%?
    SessionInitiator.kt?66.67%?
    SessionsSettings.kt?84.62%?
    SettingsProvider.kt?0.00%?
    Time.kt?0.00%?

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/Ww4aVwIHq7.html

@@ -45,7 +45,7 @@ internal object TestSessionEventData {
applicationInfo =
ApplicationInfo(
appId = FakeFirebaseApp.MOCK_APP_ID,
deviceModel = "",
Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems they do - updated

@github-actions
Copy link
Contributor

github-actions bot commented Apr 13, 2023

Unit Test Results

18 files  18 suites   27s ⏱️
23 tests 23 ✔️ 0 💤 0
46 runs  46 ✔️ 0 💤 0

Results for commit b8aa2c8.

♻️ This comment has been updated with latest results.

Copy link
Contributor

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.

Copy link
Contributor Author

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

@google-oss-bot
Copy link
Contributor

google-oss-bot commented Apr 13, 2023

Size Report 1

Affected Products

  • base

    TypeBase (c290eca)Merge (e4b47f2)Diff
    apk (aggressive)?8.39 kB? (?)
    apk (release)?8.65 kB? (?)
  • firebase-datatransport

    TypeBase (c290eca)Merge (e4b47f2)Diff
    aar?4.94 kB? (?)
    apk (aggressive)?161 kB? (?)
    apk (release)?1.35 MB? (?)
  • firebase-sessions

    TypeBase (c290eca)Merge (e4b47f2)Diff
    aar?48.2 kB? (?)
    apk (aggressive)?251 kB? (?)
    apk (release)?1.77 MB? (?)

Test Logs

  1. https://storage.googleapis.com/firebase-sdk-metric-reports/1eH20fM093.html

@samedson samedson merged commit b0bea40 into firebase-sessions Apr 20, 2023
@samedson samedson deleted the device_model branch April 20, 2023 16:27
@firebase firebase locked and limited conversation to collaborators Jun 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants