We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb1fc7 commit 586e6a8Copy full SHA for 586e6a8
ExtensionService/XPCController.swift
@@ -40,8 +40,12 @@ final class XPCController: XPCServiceDelegate {
40
try await Task.sleep(nanoseconds: 60_000_000_000)
41
} catch {
42
try await Task.sleep(nanoseconds: 1_000_000_000)
43
+ #if DEBUG
44
+ // No log, but you should run CommunicationBridge, too.
45
+ #else
46
Logger.service
47
.error("Failed to connect to bridge: \(error.localizedDescription)")
48
+ #endif
49
}
50
51
0 commit comments