Skip to content

Commit

Permalink
fbandroid/libraries/fresco/tools/flipper-fresco-plugin/src/main/java/…
Browse files Browse the repository at this point in the history
…com/facebook/flipper/plugins/fresco/FrescoFlipperPlugin.java

Differential Revision: D67415595

fbshipit-source-id: ab51fb848d755dc3ff134af95ac2d6acac508346
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 19, 2024
1 parent 703f76b commit d186ab3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
import com.facebook.imagepipeline.image.CloseableImage;
import com.facebook.imagepipeline.image.EncodedImage;
import com.facebook.imageutils.BitmapUtil;
import com.facebook.infer.annotation.Nullsafe;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
Expand All @@ -64,6 +65,7 @@
* Allows Sonar to display the contents of Fresco's caches. This is useful for developers to debug
* what images are being held in cache as they navigate through their app.
*/
@Nullsafe(Nullsafe.Mode.LOCAL)
public class FrescoFlipperPlugin extends BufferingFlipperPlugin
implements ImagePerfDataListener, CloseableReferenceLeakTracker.Listener {

Expand Down

0 comments on commit d186ab3

Please sign in to comment.