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

Commits on Aug 6, 2020

  1. Suppress proguard warnings for mozilla.telemetry.glean.testing.**

    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.
    Dexterp37 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    aeb0e28 View commit details
    Browse the repository at this point in the history