UploadDebugBundleUseCase

class UploadDebugBundleUseCase(debugBundleConfigurator: DebugBundleConfigurator, coroutineScope: CoroutineScope, captureSystemLogcatUseCase: CaptureSystemLogcatUseCase, mapSnapshotCapturer: MapSnapshotCapturer, captureSystemInfoUseCase: CaptureSystemInfoUseCase, captureHistoryUseCase: CaptureHistoryUseCase, zipFolderUseCase: ZipFolderUseCase, uploadFileToFirebaseStorage: UploadFileToFirebaseStorageUseCase)

Constructors

Link copied to clipboard
constructor(debugBundleConfigurator: DebugBundleConfigurator, coroutineScope: CoroutineScope, captureSystemLogcatUseCase: CaptureSystemLogcatUseCase, mapSnapshotCapturer: MapSnapshotCapturer, captureSystemInfoUseCase: CaptureSystemInfoUseCase, captureHistoryUseCase: CaptureHistoryUseCase, zipFolderUseCase: ZipFolderUseCase, uploadFileToFirebaseStorage: UploadFileToFirebaseStorageUseCase)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
operator fun invoke(location: Location?, debugHistoryRecordingSupported: Boolean)