Features
Summary: This diff includes minor changes to the pages within the Features section of Flipper Docs. Reviewed By: passy Differential Revision: D41471000 fbshipit-source-id: 0a414d1e5e0cff5d874d3fe6eab647c3877b9caf
This commit is contained in:
committed by
Facebook GitHub Bot
parent
98d2f37f10
commit
89740f7e0a
@@ -12,8 +12,8 @@ Images are grouped by the different caching layers they are stored in. The curre
|
||||
|
||||
## Attribution
|
||||
|
||||
Images can be annotated with attributes that can help to determine the context in which an image was loaded and displayed. You can use that information to filter by a particular surface or only inspect images that are in the critical path of your application, for instance during a cold start.
|
||||
Images can be annotated with attributes that can help to determine the context in which an image was loaded and displayed. You can use that information to filter by a particular surface or only inspect images that are in the critical path of your application (such as during a cold start).
|
||||
|
||||
## Leak Tracking
|
||||
|
||||
Dealing with large resources can require special APIs to be used that circumvent usual garbage collection. The plugin allows tracking `CloseableReference`s for Fresco on Android that weren't properly closed, which can help you improve the performance of your app.
|
||||
Dealing with large resources can require special APIs to be used that circumvent usual garbage collection. The plugin enables the tracking of `CloseableReference`s for Fresco on Android that weren't properly closed, which can help you improve the performance of your app.
|
||||
|
||||
Reference in New Issue
Block a user