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

Bug 1655116 - Suppress proguard warnings for mozilla.telemetry.glean.testing.** #1134

Merged
merged 1 commit into from
Aug 7, 2020

Conversation

Dexterp37
Copy link
Contributor

@Dexterp37 Dexterp37 commented Aug 6, 2020

The Glean SDK ships with classes used for tests as well. They are disabled and not directly usable in production code: they throw if used there. They can be used in tests just fine but, outside of tests, the test dependency they use won't be there, hence the warning. It's safe to suppress these.

See the proguard docs and where was this discovered.

The Glean SDK ships with classes used for tests as well. They are disabled
and not directly usable in production code: they throw if used there. They
can be used in tests just fine but, outside of tests, the test dependency
they use won't be there, hence the warning. It's safe to suppress these.
@auto-assign auto-assign bot requested a review from mdboom August 6, 2020 09:29
@badboy badboy requested review from badboy and removed request for mdboom August 7, 2020 08:31
@badboy badboy merged commit 3fe0983 into mozilla:main Aug 7, 2020
@badboy badboy deleted the android_proguard_testapi branch August 7, 2020 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants