square / papa

PAPA: Performance of Android Production Applications
Apache License 2.0
351 stars 15 forks source link

View hierarchy to debug test frozenFrames() #9

Closed pyricau closed 3 years ago

pyricau commented 3 years ago

API 30 failed. Errors shows:


expected a string that contains: android:id/button1
but was                        : null
at tart.test.PerfMonitoringTest.frozenFrames(PerfMonitoringTest.kt:136)
at tart.test.PerfMonitoringTest.allTestExecutingSeriallyInOneProcess(PerfMonitoringTest.kt:45)

View hierarchy shows that the dialog window is focused and includes:

   │       ╰─Button { id:button1, 169×48px, text-length:24 }

I just realized radiography doesn't report pressed state.