[go: up one dir, main page]

Skip to content
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

Make the Crashlytics isEmulator check much more robust. #2515

Merged
merged 4 commits into from
Mar 16, 2021

Conversation

mrober
Copy link
Contributor
@mrober mrober commented Mar 16, 2021

Make the Crashlytics isEmulator check much more robust.

This is based on Flutter's isEmulator check for Android. This should also fix #2495.

This is based on Flutter's isEmulator check for Android.
@googlebot googlebot added the cla: yes Override cla label Mar 16, 2021
@mrober mrober requested a review from mrichards March 16, 2021 19:01
@google-oss-bot
Copy link
Contributor
google-oss-bot commented Mar 16, 2021

Coverage Report

Affected SDKs

No changes between base commit (352ac58) and head commit (c1ee665d).

Test Logs

Notes

HTML coverage reports can be produced locally with ./gradlew <product>:checkCoverage.
Report files are located at <product-build-dir>/reports/jacoco/.

Head commit (c1ee665d) is created by Prow via merging commits: 352ac58 0239813.

@google-oss-bot
Copy link
Contributor
google-oss-bot commented Mar 16, 2021

Binary Size Report

Affected SDKs

  • firebase-crashlytics

    Type Base (352ac58) Head (c1ee665d) Diff
    aar 325 kB 325 kB +65 B (+0.0%)
    apk (aggressive) 192 kB 192 kB +8 B (+0.0%)
    apk (release) 818 kB 818 kB +76 B (+0.0%)

Test Logs

Notes

Head commit (c1ee665d) is created by Prow via merging commits: 352ac58 0239813.

Copy link
Contributor
@mrichards mrichards left a comment

Choose a reason for hiding this comment

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

Approve. I have a slight concern about a performance hit. All these values are quick lookups?

@mrober mrober merged commit 7c8ed10 into master Mar 16, 2021
@mrober mrober deleted the crashlytics-rooted branch March 16, 2021 21:16
@firebase firebase locked and limited conversation to collaborators Apr 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CommonUtils.isRooted(context) will get wrong result
4 participants