Skip to content

Instantly share code, notes, and snippets.

@ganomi
ganomi / gist:a4c82444b87f5311683b
Created November 11, 2014 21:18
WakeLock Log
11-11 22:15:35.343 16134-16134/org.thoughtcrime.securesms W/WebSocket.PushService﹕ PushService onStartCommand
11-11 22:15:35.343 16134-16134/org.thoughtcrime.securesms W/WebSocket.PushService﹕ PushService Awake
11-11 22:15:35.343 16134-16134/org.thoughtcrime.securesms W/WebSocket.PushService﹕ Ping from PushService
11-11 22:15:35.353 16134-16134/org.thoughtcrime.securesms W/WebSocket.PushService﹕ PushService Release
11-11 22:15:35.363 16134-16162/org.thoughtcrime.securesms W/WebSocketClientxxxxxx﹕ Client sendFrame Awake
11-11 22:15:35.363 16134-16162/org.thoughtcrime.securesms W/WebSocketClientxxxxxx﹕ 1415740535375 sendFrame
11-11 22:15:35.384 16134-16162/org.thoughtcrime.securesms W/WebSocketClientxxxxxx﹕ Client sendFrame Release
11-11 22:15:36.455 16134-16163/org.thoughtcrime.securesms W/HybiParser﹕ Client parseOpcode Awake
11-11 22:15:36.455 16134-16163/org.thoughtcrime.securesms W/HybiParser﹕ Client start Release
11-11 22:15:36.465 16134-16163/org.thoughtcrime.securesms W/WebSocket.PushService﹕ 1
@ganomi
ganomi / gist:2352d9f4d6f34dd429a5
Created November 11, 2014 19:42
TextSecure WebSocket PingPong Times
11-11 20:27:05.367 13540-13540/org.thoughtcrime.securesms W/WebSocket.PushService﹕ PushService onStartCommand
11-11 20:27:05.367 13540-13540/org.thoughtcrime.securesms W/WebSocket.PushService﹕ PushService Awake
11-11 20:27:05.507 13540-13540/org.thoughtcrime.securesms W/WebSocketClientxxxxxx﹕ mThread Start
11-11 20:27:05.507 13540-13540/org.thoughtcrime.securesms W/WebSocket.PushService﹕ Connect Client
11-11 20:27:05.507 13540-13540/org.thoughtcrime.securesms W/WebSocket.PushService﹕ Ping failed, client not connected
11-11 20:27:05.507 13540-13540/org.thoughtcrime.securesms W/WebSocket.PushService﹕ PushService Wakelock Release
11-11 20:27:05.517 13540-13587/org.thoughtcrime.securesms W/WebSocketClientxxxxxx﹕ Start Connect
11-11 20:27:05.517 13540-13587/org.thoughtcrime.securesms W/WebSocketClientxxxxxx﹕ Aquired Wakelock
11-11 20:27:07.209 13540-13587/org.thoughtcrime.securesms W/WebSocket.PushService﹕ Connected to websocket
11-11 20:27:07.209 13540-13587/org.thoughtcrime.securesms W/WebSocketClientx
@ganomi
ganomi / gist:9916035
Created April 1, 2014 15:05
OwnCloud DalekJS Test Example
module.exports = {
'Login': function (test) {
test
.open('http://192.168.111.34/owncloud')
.assert.exists('#body-login', 'Login Body exists')
.type('#user', 'acwe')
.type('#password','acwe')
.click('label[for="remember_login"]')
.click('#submit')
.assert.exists('#filestable','File Manager loaded')