upload Diagnostic Logs
Uploads the current SDK diagnostics logs to the Webex backend.
The SDK collects and bundles log files, crash reports, and native trace sidecars internally via the existing FeedbackService path.
The completion handler receives an UploadDiagnosticLogsResponse containing:
UploadDiagnosticLogsResponse.result indicating the outcome of the upload.
UploadDiagnosticLogsResponse.feedbackId for tracking in Webex Control Hub (non-null only when the result is UploadDiagnosticLogsResponse.UploadDiagnosticLogsResult.NoError).
When the upload succeeds, Result.isSuccessful is true. When the upload fails, Result.isSuccessful is false, the specific failure reason is available via result.data?.result, and Result.getError contains a WebexError with the failure detail.
Since
3.16.3
Parameters
completion callback returning the upload response.