RuntimeTools / SwiftMetrics

Swift Application Metrics instruments the Swift runtime for performance monitoring, providing the monitoring data programatically via an API or visually with an Eclipse Client.
https://developer.ibm.com/swift/monitoring-diagnostics/application-metrics-for-swift/
Other
156 stars 50 forks source link

Lots of warnings on starting a Swiftmetrics app #143

Open sjanuary opened 7 years ago

sjanuary commented 7 years ago

I'm not sure where these are coming from but it would be good to look into it and get rid of them if we can.

2017-09-21 10:40:45.922 SwiftDashDemo[17659:a91fe800] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-09-21 10:40:45.922 SwiftDashDemo[17659:a91fe800] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-09-21 10:40:45.922 SwiftDashDemo[17659:a91fe800] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
[Thu Sep 21 10:40:45 2017] com.ibm.diagnostics.healthcenter.loader INFO: Swift Application Metrics
2017-09-21 10:40:45.926 SwiftDashDemo[17659:a91fe800] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-09-21 10:40:45.927 SwiftDashDemo[17659:a91fe800] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-09-21 10:40:45.928 SwiftDashDemo[17659:a91fe800] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.