Skip to content

Instantly share code, notes, and snippets.

@jacobrosenthal
Created August 29, 2015 14:57
Show Gist options
  • Save jacobrosenthal/3aa67244397d2ffdb01a to your computer and use it in GitHub Desktop.
Save jacobrosenthal/3aa67244397d2ffdb01a to your computer and use it in GitHub Desktop.
eddystone mac bindings debug
Jacobs-MacBook-Air:redux-friendlist-demo jacobrosenthal$ DEBUG=bindings node node_modules/eddystone-beacon/examples/url/simple.js
bindings sendCBMsg: 1, {
"kCBMsgArgName": "node-1440860023598",
"kCBMsgArgOptions": {
"kCBInitOptionShowPowerAlert": 1
},
"kCBMsgArgType": 1
} +0ms
bindings xpcEvent: {
"kCBMsgId": 6,
"kCBMsgArgs": {
"kCBMsgArgState": 5
}
} +2ms
bindings state change poweredOn +0ms
bindings sendCBMsg: 8, {
"kCBAdvDataAppleMfgData": [
3,
3,
170,
254,
13,
22,
170,
254,
16,
235,
0,
103,
111,
111,
103,
108,
101,
7
]
} +1ms
bindings xpcEvent: {
"kCBMsgId": 16,
"kCBMsgArgs": {
"kCBMsgArgResult": 0
}
} +7ms
Jacobs-MacBook-Air:redux-friendlist-demo jacobrosenthal$ DEBUG=bindings node node_modules/eddystone-beacon/node_modules/bleno/ws-slave.js
bindings sendCBMsg: 1, {
"kCBMsgArgName": "node-1440860056631",
"kCBMsgArgOptions": {
"kCBInitOptionShowPowerAlert": 1
},
"kCBMsgArgType": 1
} +0ms
bindings xpcEvent: {
"kCBMsgId": 6,
"kCBMsgArgs": {
"kCBMsgArgState": 5
}
} +3ms
bindings state change poweredOn +1ms
bindings sendCBMsg: 8, {
"kCBAdvDataAppleMfgData": [
3,
3,
170,
254,
13,
22,
170,
254,
16,
235,
0,
103,
111,
111,
103,
108,
101,
7
]
} +3s
xpcError: connection interrupted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment