Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xtreme-daniel-crampton/46de65b87a849f8b6648 to your computer and use it in GitHub Desktop.
Save xtreme-daniel-crampton/46de65b87a849f8b6648 to your computer and use it in GitHub Desktop.
Unsuccessful connection
2015-05-19 17:18:19.531 Record[2816:791519] <Debug:0x17069f680 -[SensorConnectViewController addRecorderDataSource] (line 310)> Added workout sensor data source with device UUID: 3FF231D1-AA2F-C4CF-B429-B94F73711A56
2015-05-19 17:18:19.532 Record[2816:791581] <Debug:0x171879140 -[UARecorderCalculator addDataSource:] (line 154)> Primary data sources: {
"energy_expended" = "<UABluetoothDataSource: 0x1706984c0>";
"heart_rate" = "<UABluetoothDataSource: 0x1706984c0>";
steps = "<UABluetoothDataSource: 0x1706984c0>";
willpower = "<UABluetoothDataSource: 0x1706984c0>";
}
2015-05-19 17:18:19.532 Record[2816:791581] <Debug:0x171879200 -[UARecorderCalculator addDataSource:] (line 155)> Current triggers: {
}
2015-05-19 17:18:19.533 Record[2816:791581] <Debug:0x1718793c0 __33-[UARecordProcessor beginPolling]_block_invoke (line 73)> Processed UABlockMessage.
2015-05-19 17:18:19.533 Record[2816:793227] Info: <Debug:0x1718798c0 -[UABluetoothClient connect] (line 185)> Connect called, but CBCentralManager in an invalid state.
2015-05-19 17:18:19.539 Record[2816:793124] Info: <Debug:0x171879900 -[UABluetoothClient centralManagerDidUpdateState:] (line 304)> Central manager state updated
2015-05-19 17:18:19.540 Record[2816:793124] Info: <Debug:0x17187a980 -[UABluetoothClient connect] (line 211)> Attempting to connect to peripheral with ID 3FF231D1-AA2F-C4CF-B429-B94F73711A56
2015-05-19 17:18:20.173 Record[2816:793227] Info: <Debug:0x174a62200 -[UABluetoothClient centralManager:didConnectPeripheral:] (line 363)> Peripheral connected: 3FF231D1-AA2F-C4CF-B429-B94F73711A56
2015-05-19 17:18:22.914 Record[2816:791581] <Debug:0x171875b00 -[UADataPointMessage processMessage:] (line 46)> Processing data point message.
2015-05-19 17:18:22.915 Record[2816:791581] <Debug:0x17187b640 -[UARecorderCalculator updateDataPoint:withDataTypeRef:fromDataSourceIdentifier:] (line 221)> Updating data point for type "heart_rate".
2015-05-19 17:18:22.916 Record[2816:791581] <Debug:0x17187b600 __33-[UARecordProcessor beginPolling]_block_invoke (line 73)> Processed UADataPointMessage.
2015-05-19 17:18:23.905 Record[2816:791581] <Debug:0x175072a80 -[UADataPointMessage processMessage:] (line 46)> Processing data point message.
2015-05-19 17:18:23.905 Record[2816:791581] <Debug:0x175072680 -[UARecorderCalculator updateDataPoint:withDataTypeRef:fromDataSourceIdentifier:] (line 221)> Updating data point for type "heart_rate".
2015-05-19 17:18:23.906 Record[2816:791581] <Debug:0x17187b480 __33-[UARecordProcessor beginPolling]_block_invoke (line 73)> Processed UADataPointMessage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment