Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

No issue: Enable Strict Mode in Debug Builds #4014

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

colintheshots
Copy link
Contributor

@colintheshots colintheshots commented Jul 11, 2019

Enabling strict mode in debug builds should help with catching performance issues early where we forget to background long-running work and block the main thread instead. It should also help with catching non-SDK APIs we're using that are likely to go away soon. LogCat should get a lot more noisy after this change for Debug builds, but it's useful information to fix real problems.

Pull Request checklist

  • Quality: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended)
  • Tests: This PR includes thorough tests or an explanation of why it does not
  • Changelog: This PR includes a changelog entry or does not need one
  • Accessibility: The code in this PR follows accessibility best practices or does not include any user facing features

@colintheshots colintheshots requested a review from a team as a code owner July 11, 2019 22:08
@colintheshots colintheshots merged commit 2feddc9 into mozilla-mobile:master Jul 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants