-
- All Implemented Interfaces:
-
com.wix.detox.instruments.Instruments
public class InstrumentsReflected implements Instruments
-
-
Field Summary
Fields Modifier and Type Field Description private InstrumentsRecording
activeRecording
-
Method Summary
Modifier and Type Method Description InstrumentsRecording
getActiveRecording()
boolean
installed()
void
tryInstallJsiHook(Context context)
InstrumentsRecording
startRecording(Context context, boolean recordPerformance, long samplingInterval, File recordingFile, boolean recordReactNativeTimersAsEvents)
-
-
Method Detail
-
getActiveRecording
InstrumentsRecording getActiveRecording()
-
installed
boolean installed()
-
tryInstallJsiHook
void tryInstallJsiHook(Context context)
-
startRecording
InstrumentsRecording startRecording(Context context, boolean recordPerformance, long samplingInterval, File recordingFile, boolean recordReactNativeTimersAsEvents)
-
-
-
-