android-test icon indicating copy to clipboard operation
android-test copied to clipboard

Lazy load InstrumentationResultPrinter.

Open copybara-service[bot] opened this issue 3 years ago • 0 comments

Lazy load InstrumentationResultPrinter.

Currently AJUR initializes InstrumentationResultPrinter at construction time, which is before multidex is installed on APIs <21. This can cause ClassNotFound exceptions if InstrumentationResultPrinter is not in the main dex.

copybara-service[bot] avatar Jul 07 '22 17:07 copybara-service[bot]