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/FrescoFlipperRequestListener.java

Reviewed By: oprisnik

Differential Revision: D67133355

fbshipit-source-id: 983179b2207858ac194ed400e86df66d8f2b0448
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Dec 12, 2024
1 parent 0e05952 commit 438caa6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
import com.facebook.imagepipeline.debug.DebugImageTracker;
import com.facebook.imagepipeline.listener.BaseRequestListener;
import com.facebook.imagepipeline.request.ImageRequest;
import com.facebook.infer.annotation.Nullsafe;

/** Fresco image {@link RequestListener} that logs events for Sonar. */
@Nullsafe(Nullsafe.Mode.LOCAL)
public class FrescoFlipperRequestListener extends BaseRequestListener {

private final DebugImageTracker mDebugImageTracker;
Expand Down

0 comments on commit 438caa6

Please sign in to comment.