Skip to content

Commit

Permalink
RUMM-1796 Remove userLogger invocation from queue
Browse files Browse the repository at this point in the history
  • Loading branch information
maxep committed Jan 13, 2022
1 parent 05624b1 commit b9a8a80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Datadog/CrashReporting/CrashReporter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,9 @@ internal class CrashReporter {
queue.async {
self.plugin.readPendingCrashReport { [weak self] crashReport in
guard let self = self, let availableCrashReport = crashReport else {
userLogger.debug("No pending crash available")
return false
}

userLogger.debug("Loaded pending crash report")
#if DD_SDK_ENABLE_INTERNAL_MONITORING
InternalMonitoringFeature.instance?.monitor.sdkLogger
.debug("Loaded pending crash report", attributes: availableCrashReport.diagnosticInfo)
Expand Down

0 comments on commit b9a8a80

Please sign in to comment.