-
- All Implemented Interfaces:
-
com.facebook.react.bridge.NativeModule
,com.facebook.react.bridge.ReactModuleWithSpec
,com.facebook.react.turbomodule.core.interfaces.TurboModule
public class JSCHeapCapture extends NativeJSCHeapCaptureSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
JSCHeapCapture.HeapCapture
public class
JSCHeapCapture.CaptureException
public interface
JSCHeapCapture.CaptureCallback
-
Constructor Summary
Constructors Constructor Description JSCHeapCapture(ReactApplicationContext reactContext)
-
Method Summary
Modifier and Type Method Description synchronized void
captureHeap(String path, JSCHeapCapture.CaptureCallback callback)
synchronized void
captureComplete(String path, String error)
String
getName()
-
Methods inherited from class com.facebook.fbreact.specs.NativeJSCHeapCaptureSpec
captureComplete
-
Methods inherited from class com.facebook.react.bridge.BaseJavaModule
canOverrideExistingModule, getConstants, hasConstants, initialize, invalidate, onCatalystInstanceDestroy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JSCHeapCapture
JSCHeapCapture(ReactApplicationContext reactContext)
-
-
Method Detail
-
captureHeap
synchronized void captureHeap(String path, JSCHeapCapture.CaptureCallback callback)
-
captureComplete
synchronized void captureComplete(String path, String error)
-
-
-
-