Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xtreme-daniel-crampton/afc9bce69d0abb466e61 to your computer and use it in GitHub Desktop.
Save xtreme-daniel-crampton/afc9bce69d0abb466e61 to your computer and use it in GitHub Desktop.
Successful connection
2015-05-19 17:21:22.118 Record[2816:791519] <Debug:0x174297c00 -[SensorConnectViewController addRecorderDataSource] (line 310)> Added workout sensor data source with device UUID: 3FF231D1-AA2F-C4CF-B429-B94F73711A56
2015-05-19 17:21:22.118 Record[2816:791581] <Debug:0x171875680 -[UARecorderCalculator addDataSource:] (line 154)> Primary data sources: {
"energy_expended" = "<UABluetoothDataSource: 0x174297a70>";
"heart_rate" = "<UABluetoothDataSource: 0x174297a70>";
steps = "<UABluetoothDataSource: 0x174297a70>";
willpower = "<UABluetoothDataSource: 0x174297a70>";
}
2015-05-19 17:21:22.118 Record[2816:791519] <Debug:0x17465b270 -[UARecorder addSensorDataSourceObserver:withName:] (line 543)> Observing data source with name 3FF231D1-AA2F-C4CF-B429-B94F73711A56.
2015-05-19 17:21:22.118 Record[2816:791581] <Debug:0x17187c380 -[UARecorderCalculator addDataSource:] (line 155)> Current triggers: {
}
2015-05-19 17:21:22.119 Record[2816:791581] <Debug:0x174e70780 __33-[UARecordProcessor beginPolling]_block_invoke (line 73)> Processed UABlockMessage.
2015-05-19 17:21:22.119 Record[2816:793479] Info: <Debug:0x171879b40 -[UABluetoothClient connect] (line 185)> Connect called, but CBCentralManager in an invalid state.
2015-05-19 17:21:22.124 Record[2816:793479] Info: <Debug:0x175077380 -[UABluetoothClient centralManagerDidUpdateState:] (line 304)> Central manager state updated
2015-05-19 17:21:22.125 Record[2816:793479] Info: <Debug:0x171874540 -[UABluetoothClient connect] (line 211)> Attempting to connect to peripheral with ID 3FF231D1-AA2F-C4CF-B429-B94F73711A56
2015-05-19 17:21:22.984 Record[2816:793628] Info: <Debug:0x175077680 -[UABluetoothClient centralManager:didConnectPeripheral:] (line 363)> Peripheral connected: 3FF231D1-AA2F-C4CF-B429-B94F73711A56
2015-05-19 17:21:25.051 Record[2816:791581] <Debug:0x171a60c00 -[UADataPointMessage processMessage:] (line 46)> Processing data point message.
2015-05-19 17:21:25.052 Record[2816:791581] <Debug:0x171a610c0 -[UARecorderCalculator updateDataPoint:withDataTypeRef:fromDataSourceIdentifier:] (line 221)> Updating data point for type "heart_rate".
2015-05-19 17:21:25.053 Record[2816:791581] <Debug:0x171a60e40 __33-[UARecordProcessor beginPolling]_block_invoke (line 73)> Processed UADataPointMessage.
2015-05-19 17:21:26.071 Record[2816:791581] <Debug:0x17187a0c0 -[UADataPointMessage processMessage:] (line 46)> Processing data point message.
2015-05-19 17:21:26.072 Record[2816:791581] <Debug:0x171a61100 -[UARecorderCalculator updateDataPoint:withDataTypeRef:fromDataSourceIdentifier:] (line 221)> Updating data point for type "heart_rate".
2015-05-19 17:21:26.073 Record[2816:791581] <Debug:0x17187fac0 __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