Skip to content

Commit

Permalink
'[skip ci] [RN][Android] Mark classes of packages reactperflogger as @…
Browse files Browse the repository at this point in the history
…nullsafe

Summary:
All these classes are NullSafe, let'\''s mark them as NullSafe(Local) to ensure lint detect errors in the future

changelog: [internal] internal

Differential Revision: D53393136

fbshipit-source-id: 6cd7648b21ffc0ba63c3a96442b0477966eb7413
  • Loading branch information
mdvacca committed Feb 4, 2024
1 parent 08f13ff commit 9317156
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@

package com.facebook.react.perflogger;

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.jni.HybridData;
import com.facebook.soloader.SoLoader;

@Nullsafe(Nullsafe.Mode.LOCAL)
public abstract class NativeModulePerfLogger {
private final HybridData mHybridData;

Expand Down

0 comments on commit 9317156

Please sign in to comment.