Skip to content

Commit

Permalink
Export StartupLogger
Browse files Browse the repository at this point in the history
Summary: Export StartupLogger

Differential Revision: D47883845

fbshipit-source-id: 8429f4f7f157b1b26623920557347dd80c154850
  • Loading branch information
Ed Voas authored and billnbell3 committed Jul 29, 2023
1 parent 8f8698c commit acc2ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native/ReactCommon/cxxreact/ReactMarker.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ struct ReactMarkerEvent {
double time;
};

class StartupLogger {
class RN_EXPORT StartupLogger {
public:
static StartupLogger &getInstance();

Expand Down

0 comments on commit acc2ba3

Please sign in to comment.