# Find More Bugs Using StrictMode with Firebase Test Lab for Android

DevFeed: [Find More Bugs Using StrictMode with Firebase Test Lab for Android](<https://devfeed.tech/articles/find-more-bugs-using-strictmode-with-firebase-test-lab-for-android-16211.md>)

Original publisher: [Read original article](<https://firebase.blog/posts/2017/07/find-more-bugs-using-strictmode-with>)

Author: Doug Stevenson

Published: 2017-07-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Firebase Blog](<https://devfeed.tech/sources/firebase-blog.md>)

Topics: [Firebase](<https://devfeed.tech/topics/firebase.md>), [Android](<https://devfeed.tech/topics/android.md>), [debug](<https://devfeed.tech/topics/debug.md>), [Development](<https://devfeed.tech/topics/development.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [automated](<https://devfeed.tech/tags/automated.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [blocking](<https://devfeed.tech/tags/blocking.md>), [bugs](<https://devfeed.tech/tags/bugs.md>), [crash](<https://devfeed.tech/tags/crash.md>), [debug](<https://devfeed.tech/tags/debug.md>), [development](<https://devfeed.tech/tags/development.md>), [devices](<https://devfeed.tech/tags/devices.md>), [errors](<https://devfeed.tech/tags/errors.md>), [firebase](<https://devfeed.tech/tags/firebase.md>), [main-thread](<https://devfeed.tech/tags/main-thread.md>), [policy](<https://devfeed.tech/tags/policy.md>), [running](<https://devfeed.tech/tags/running.md>), [test](<https://devfeed.tech/tags/test.md>), [test-lab](<https://devfeed.tech/tags/test-lab.md>), [tests](<https://devfeed.tech/tags/tests.md>)

## AI overview

This tutorial explains how to use Android StrictMode with Firebase Test Lab to detect policy violations, such as blocking I/O on the main thread, during automated tests before release.

## Source excerpt

News, tutorials, and updates from the Firebase team.