Skip to content

Instantly share code, notes, and snippets.

@sebaslogen
Created January 17, 2022 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebaslogen/a326a16fbac7a71c59b5b31c2a66ed1d to your computer and use it in GitHub Desktop.
Save sebaslogen/a326a16fbac7a71c59b5b31c2a66ed1d to your computer and use it in GitHub Desktop.
@Before
@Throws(Exception::class)
fun setUp() {
ShadowLog.stream = System.out // Redirect Logcat to console
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment