Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
I am able to locally reproduce a strange crash. I was running ComplexDifferentTypesRecyclerViewBenchmark I just added inhttp://aosp/3128058 on wembley 32 and most of the times (rarely it was passing, so not 100%) it was crashing with:
I printedhttps://paste.googleplex.com/5374342094651392 .
getDevice().executeShellCommand(command)
to logs and it was "No process found for: androidx.compose.integration.macrobenchmark.target" Aside from that I see in logs that right before this crash there is another native crash. Logs:I tried to verify that the crash is not caused by the benchmark itself, when I just open the same activity and scroll in the same way as it was done in the benchmark I wasn't able to make it crash, so it seems like the crash is related to benchmarks infrastructure.