Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-10-24 | 548 Bytes | |
Version 0.43.0 source code.tar.gz | 2022-10-24 | 150.6 MB | |
Version 0.43.0 source code.zip | 2022-10-24 | 155.3 MB | |
Totals: 3 Items | 305.9 MB | 0 |
- Breaking:: If you use
ComponentsSystrace.provide
to provide a custom Systrace implementation, there have been some changes to the types and methods involved: - Instead of implementing
ComponentsSystrace.Systrace
, implementations should implementcom.facebook.rendercore.Systracer
, located in litho-rendercore. TheArgsBuilder
interface has also moved from ComponentsSystrace to the Systracer interface.
See CHANGELOG.md for the complete list of updates