-
- 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 interfaceJSCHeapCapture.HeapCapturepublic classJSCHeapCapture.CaptureExceptionpublic interfaceJSCHeapCapture.CaptureCallback
-
Constructor Summary
Constructors Constructor Description JSCHeapCapture(ReactApplicationContext reactContext)
-
Method Summary
Modifier and Type Method Description synchronized voidcaptureHeap(String path, JSCHeapCapture.CaptureCallback callback)synchronized voidcaptureComplete(String path, String error)StringgetName()-
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)
-
-
-
-