square / papa

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

Use async messages pre API 22 #32

Closed pyricau closed 2 years ago

pyricau commented 2 years ago

https://github.com/square/papa/blob/main/papa/src/main/java/papa/internal/Handlers.kt

See this: https://www.zacsweers.dev/rxandroids-new-async-api/#api-16-21-

jstaahl commented 2 years ago

https://github.com/square/papa/pull/33

pyricau commented 2 years ago

Thanks! I just realized this should be used by JankStats as well and filed a ticket: https://issuetracker.google.com/issues/247810198