John Rodriguez
John Rodriguez
Forgot to mention: there is a workaround for this. Organize your Paparazzi tests in a separate package/folder and use a test filter (i.e., `gw module:vPD --tests=com.yourcompany.paparazzi.*`) for them (and similar...
As I'm writing this issue, I'm questioning whether this might be a case of developer error. In other words, is the underlying issue simply having `android.os.Trace` (or any Android platform...
Relevant commit: https://android.googlesource.com/platform/frameworks/layoutlib/+/ef874add645d04b87e91f3046a048b69c41106bd [Looks like](https://github.com/cashapp/paparazzi/compare/2.0.0-alpha01...HEAD) `2.0.0-alpha01` had 15.1.4 per [this commit](https://github.com/cashapp/paparazzi/commit/6220dcf607c2120b231e33c946158132c53aa891). Downloading all jars from 15.1.4 to 15.2.3 (current) from [Google's maven](https://maven.google.com/web/index.html?q=layoutl#com.android.tools.layoutlib:layoutlib:15.1.4) and checking for the presence of `android/os/Trace_Delegate` (per...