Skip to content

Commit

Permalink
Update package com.facebook.react.perflogger -> com.facebook.react.re…
Browse files Browse the repository at this point in the history
…actperflogger (#43873)

Summary:
Pull Request resolved: #43873

Changelog: [Internal]
Addressing lint for package name com.facebook.react.perflogger

Reviewed By: alanleedev

Differential Revision: D55747967

fbshipit-source-id: 5d05a14e396d80f8b0bc88515333dcd708e8736a
  • Loading branch information
andrewdacenko authored and facebook-github-bot committed Apr 8, 2024
1 parent 8c804de commit 5b77df0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-native/ReactAndroid/api/ReactAndroid.api
Original file line number Diff line number Diff line change
Expand Up @@ -3631,7 +3631,7 @@ public abstract interface class com/facebook/react/packagerconnection/Responder
public abstract fun respond (Ljava/lang/Object;)V
}

public abstract class com/facebook/react/perflogger/NativeModulePerfLogger {
public abstract class com/facebook/react/reactperflogger/NativeModulePerfLogger {
protected fun <init> ()V
protected abstract fun initHybrid ()Lcom/facebook/jni/HybridData;
protected final fun maybeLoadOtherSoLibraries ()V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.proguard.annotations.DoNotStrip;
import com.facebook.react.perflogger.NativeModulePerfLogger;
import com.facebook.react.reactperflogger.NativeModulePerfLogger;
import javax.annotation.Nullable;

@Nullsafe(Nullsafe.Mode.LOCAL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

package com.facebook.react.perflogger
package com.facebook.react.reactperflogger

import com.facebook.jni.HybridData
import com.facebook.soloader.SoLoader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class JNativeModulePerfLogger
: public jni::HybridClass<JNativeModulePerfLogger> {
public:
static auto constexpr kJavaDescriptor =
"Lcom/facebook/react/perflogger/NativeModulePerfLogger;";
"Lcom/facebook/react/reactperflogger/NativeModulePerfLogger;";

virtual std::unique_ptr<facebook::react::NativeModulePerfLogger> get() = 0;

Expand Down

0 comments on commit 5b77df0

Please sign in to comment.