Fixed
Status Update
Comments
wd...@google.com <wd...@google.com>
da...@google.com <da...@google.com>
hu...@google.com <hu...@google.com> #2
This is logged
2022-09-02 15:16:19.699 9160-9173/de.welt.benchmark E/TestRunner: java.lang.IllegalStateException: Perfetto unexpected exit code, output = 9462
EXITCODE=2
2022-09-02 15:16:57.418 9160-9173/de.welt.benchmark E/TestRunner: java.lang.IllegalStateException: Perfetto unexpected exit code, output = 9803
EXITCODE=2
And the actual error code is 2
.
Looking at perfetto
I wonder if some of those data sources are not supported on that device that runs Android 6.
Description
Instrumentation arguments are used for example, for filtering tests by annotation, but it seems that
com.google.firebase.testlab
plugin doesn't (fully?) support them yet.I can reproduce the problem when passing
annotation
filter, but it's likely that other instrumentation arguments such asnotAnnotation
,class
,notClass
,package
andnotPackage
aren't supported either.Repro project:https://github.com/technoir42/firebase-test-lab-instrumentation-args-bug-repro
AGP version: 8.3.0 Firebase Test Lab Gradle plugin version: 0.0.1-alpha06