-
- All Implemented Interfaces:
-
com.wix.detox.instruments.Instruments
public class InstrumentsReflected implements Instruments
-
-
Field Summary
Fields Modifier and Type Field Description private InstrumentsRecordingactiveRecording
-
Method Summary
Modifier and Type Method Description InstrumentsRecordinggetActiveRecording()booleaninstalled()voidtryInstallJsiHook(Context context)InstrumentsRecordingstartRecording(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)
-
-
-
-