We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8baed0 commit d986787Copy full SHA for d986787
Sources/LayoutInspector/RuntimeWarnings.swift
@@ -57,7 +57,7 @@
57
}
58
return UnsafeMutableRawPointer(mutating: #dsohandle)
59
}(),
60
- log: OSLog(subsystem: "com.apple.runtime-issues", category: "DebugLayout")
+ log: OSLog(subsystem: "com.apple.runtime-issues", category: "LayoutInspector")
61
)
62
#endif
63
0 commit comments