Logging with a throwable calls Log and you can't stop it
Timber 3.1.0
uprootAll disables the logging, this works with, say Timber.w(String) but not Timber.w(Throwable, String). Here is a test that demonstrates this when run without Robolectric:
import org.junit.Test;
import java.util.concurrent.atomic.AtomicInteger;