I've followed this documentation to create an Instrumented Test Unit class: https://developer.android.com/training/testing/unit-testing/instrumented-unit-tests.html#run
But when I try to use logs or System.out.println as part of my test method, none of the logs show up anywhere.