Skip to content

Instantly share code, notes, and snippets.

@SeppPenner
Last active June 20, 2018 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeppPenner/2e3b9b20ed70079f8ab1fbfb67ed4a76 to your computer and use it in GitHub Desktop.
Save SeppPenner/2e3b9b20ed70079f8ab1fbfb67ed4a76 to your computer and use it in GitHub Desktop.
Log for signal app-Contact sync
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Signal/1.12.1 Chrome/61.0.3163.100 Electron/2.0.1 Safari/537.36 node/8.9.3 env/production
INFO 2018-06-20T13:07:08.514Z app ready
INFO 2018-06-20T13:07:08.530Z Ensure attachments directory exists
INFO 2018-06-20T13:07:08.718Z Location reset needed
INFO 2018-06-20T13:07:08.718Z Initializing BrowserWindow config: {"show":true,"width":800,"height":610,"minWidth":640,"minHeight":360,"autoHideMenuBar":false,"webPreferences":{"nodeIntegration":false,"nodeIntegrationInWorker":false,"preload":"[REDACTED]\\app.asar\\preload.js","nativeWindowOpen":true},"icon":"[REDACTED]\\app.asar\\images\\icon_256.png"}
INFO 2018-06-20T13:07:13.022Z Using OS-level spell check API with locale de_DE
INFO 2018-06-20T13:07:13.319Z pre-main prep time: 0 ms
INFO 2018-06-20T13:07:13.366Z Build expires: 2018-09-12T23:01:49.000Z
INFO 2018-06-20T13:07:13.401Z background page reloaded
INFO 2018-06-20T13:07:13.402Z environment: production
INFO 2018-06-20T13:07:13.403Z Start IndexedDB migrations
INFO 2018-06-20T13:07:13.403Z Run migrations on database with attachment data
INFO 2018-06-20T13:07:13.521Z Database status {"firstMigrationVersion":12,"lastMigrationVersion":18,"databaseVersion":1,"isAlreadyUpgraded":false}
INFO 2018-06-20T13:07:13.527Z Migration 12
INFO 2018-06-20T13:07:13.527Z creating object stores
INFO 2018-06-20T13:07:13.529Z creating debug log
INFO 2018-06-20T13:07:13.530Z Migration 13
INFO 2018-06-20T13:07:13.531Z Adding fields to identity keys
INFO 2018-06-20T13:07:13.546Z Migration 14
INFO 2018-06-20T13:07:13.547Z Adding unprocessed message store
INFO 2018-06-20T13:07:13.547Z Migration 15
INFO 2018-06-20T13:07:13.547Z Adding messages index for de-duplication
INFO 2018-06-20T13:07:13.548Z Migration 16
INFO 2018-06-20T13:07:13.548Z Dropping log table, since we now log to disk
INFO 2018-06-20T13:07:13.549Z Migration 17
INFO 2018-06-20T13:07:13.549Z Create index from attachment schema version to attachment
INFO 2018-06-20T13:07:13.549Z Complete migration to database version 17 Duration: 1ms
INFO 2018-06-20T13:07:13.549Z Migration 18
INFO 2018-06-20T13:07:13.550Z Create message attachment metadata index: 'hasAttachments'
INFO 2018-06-20T13:07:13.550Z Create message attachment metadata index: 'hasVisualMediaAttachments'
INFO 2018-06-20T13:07:13.551Z Create message attachment metadata index: 'hasFileAttachments'
INFO 2018-06-20T13:07:13.552Z Complete migration to database version 18 Duration: 2ms
INFO 2018-06-20T13:07:13.575Z Close database connection
INFO 2018-06-20T13:07:13.578Z Storage fetch
INFO 2018-06-20T13:07:13.587Z ConversationController: starting initial fetch
INFO 2018-06-20T13:07:13.599Z ConversationController: done with initial fetch
INFO 2018-06-20T13:07:13.607Z New version detected: 1.12.1
INFO 2018-06-20T13:07:13.607Z listening for registration events
INFO 2018-06-20T13:07:13.713Z opening provisioning socket https://textsecure-service.whispersystems.org
INFO 2018-06-20T13:07:15.313Z provisioning socket open
INFO 2018-06-20T13:07:47.910Z WebSocketResource.close()
INFO 2018-06-20T13:07:48.015Z provisioning socket closed 3000
INFO 2018-06-20T13:07:54.940Z Clearing these indexeddb stores: {"0":"conversations","1":"groups","2":"identityKeys","3":"items","4":"messages","5":"preKeys","6":"sessions","7":"signedPreKeys","8":"unprocessed"}
INFO 2018-06-20T13:07:54.943Z Done clearing store conversations
INFO 2018-06-20T13:07:54.943Z Done clearing store groups
INFO 2018-06-20T13:07:54.944Z Done clearing store identityKeys
INFO 2018-06-20T13:07:54.944Z Done clearing store items
INFO 2018-06-20T13:07:54.944Z Done clearing store messages
INFO 2018-06-20T13:07:54.944Z Done clearing store preKeys
INFO 2018-06-20T13:07:54.945Z Done clearing store sessions
INFO 2018-06-20T13:07:54.945Z Done clearing store signedPreKeys
INFO 2018-06-20T13:07:54.945Z Done clearing store unprocessed
INFO 2018-06-20T13:07:54.945Z Done clearing indexeddb stores
INFO 2018-06-20T13:07:54.946Z clearing all stores done via clears complete
INFO 2018-06-20T13:07:54.952Z clearing all stores done via transaction complete
INFO 2018-06-20T13:07:54.961Z PUT https://textsecure-service.whispersystems.org/v1/devices/452516
INFO 2018-06-20T13:07:55.534Z PUT https://textsecure-service.whispersystems.org/v1/devices/452516 200 Success
INFO 2018-06-20T13:07:55.549Z clearing all sessions, prekeys, and signed prekeys
INFO 2018-06-20T13:07:56.522Z Most recent signed key: 1
INFO 2018-06-20T13:07:56.522Z Most recent confirmed signed key: none
INFO 2018-06-20T13:07:56.522Z Total signed key count: 1 - 0 confirmed
INFO 2018-06-20T13:07:56.525Z PUT https://textsecure-service.whispersystems.org/v2/keys
INFO 2018-06-20T13:07:56.925Z PUT https://textsecure-service.whispersystems.org/v2/keys 204 Success
INFO 2018-06-20T13:07:56.925Z confirmKeys: confirming key 1
INFO 2018-06-20T13:07:56.942Z registration done
INFO 2018-06-20T13:07:56.944Z dispatching registration event
INFO 2018-06-20T13:07:56.944Z handling registration event
INFO 2018-06-20T13:07:56.945Z Rotating signed prekey...
INFO 2018-06-20T13:07:56.946Z Next signed key rotation scheduled for 2018-06-22T13:07:56.946Z
INFO 2018-06-20T13:07:56.947Z connect
INFO 2018-06-20T13:07:56.948Z getAllFromCache
INFO 2018-06-20T13:07:56.949Z opening message socket https://textsecure-service.whispersystems.org
INFO 2018-06-20T13:07:56.963Z GET https://textsecure-service.whispersystems.org/v2/keys/+[REDACTED]673/1
INFO 2018-06-20T13:07:56.969Z getAllFromCache loaded 0 saved envelopes
INFO 2018-06-20T13:07:57.014Z Saving new signed prekey 2
INFO 2018-06-20T13:07:57.016Z PUT https://textsecure-service.whispersystems.org/v2/keys/signed
INFO 2018-06-20T13:07:57.336Z GET https://textsecure-service.whispersystems.org/v2/keys/+[REDACTED]673/1 200 Success
INFO 2018-06-20T13:07:57.397Z PUT https://textsecure-service.whispersystems.org/v2/keys/signed 204 Success
INFO 2018-06-20T13:07:57.397Z Confirming new signed prekey 2
INFO 2018-06-20T13:07:57.423Z Most recent signed key: 2
INFO 2018-06-20T13:07:57.424Z Most recent confirmed signed key: 2
INFO 2018-06-20T13:07:57.424Z Total signed key count: 2 - 2 confirmed
INFO 2018-06-20T13:07:57.460Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:07:57.465Z websocket open
INFO 2018-06-20T13:07:57.467Z got request PUT /api/v1/queue/empty
INFO 2018-06-20T13:07:57.469Z MessageReceiver: emitting 'empty' event
INFO 2018-06-20T13:07:57.842Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:07:57.843Z Sync read receipt configuration status: {"status":"complete"}
INFO 2018-06-20T13:07:57.844Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T13:07:57.852Z Start idle detector
INFO 2018-06-20T13:07:57.878Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:07:58.239Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:07:58.240Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T13:07:58.265Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:07:58.471Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T13:07:58.624Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:08:02.974Z Remove all notifications
INFO 2018-06-20T13:08:03.974Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T13:08:04.291Z Updating BrowserWindow config: {"maximized":false,"autoHideMenuBar":false,"width":800,"height":610,"x":569,"y":100}
INFO 2018-06-20T13:08:07.385Z Remove all notifications
INFO 2018-06-20T13:08:08.387Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T13:08:09.591Z Updating BrowserWindow config: {"maximized":false,"autoHideMenuBar":false,"width":800,"height":610,"x":624,"y":106}
INFO 2018-06-20T13:08:14.867Z Remove all notifications
INFO 2018-06-20T13:08:15.869Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T13:08:20.196Z background: Event: 'showSettings': Expected `appView.inboxView` to exist.
INFO 2018-06-20T13:08:23.259Z Updating BrowserWindow config: {"maximized":false,"autoHideMenuBar":false,"width":800,"height":610,"x":591,"y":82}
INFO 2018-06-20T13:08:46.475Z queueing envelope +[REDACTED]673.1 1529500125253
INFO 2018-06-20T13:08:46.476Z message from +[REDACTED]673.1 1529500125253
INFO 2018-06-20T13:08:46.478Z New remote ephemeral key
INFO 2018-06-20T13:08:57.847Z sync timed out
INFO 2018-06-20T13:08:57.848Z open inbox
INFO 2018-06-20T13:08:58.003Z Upgrade message schema (with index): {"done":true,"numProcessed":0,"fetchDuration":1,"upgradeDuration":0,"saveDuration":0,"totalDuration":1}
INFO 2018-06-20T13:08:58.003Z Upgrade message schema (without index): {"done":true}
INFO 2018-06-20T13:08:58.003Z Stop idle detector
INFO 2018-06-20T13:09:39.589Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T13:09:39.611Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:09:40.115Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:09:40.115Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T13:09:40.127Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:09:40.498Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:09:41.471Z Sending a keepalive message
INFO 2018-06-20T13:09:55.569Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T13:09:55.591Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:09:55.955Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:09:55.955Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T13:09:55.974Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:09:56.335Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:10:36.602Z Sending a keepalive message
INFO 2018-06-20T13:10:39.602Z sync timed out
INFO 2018-06-20T13:10:55.572Z sync timed out
INFO 2018-06-20T13:11:31.743Z Sending a keepalive message
INFO 2018-06-20T13:12:26.869Z Sending a keepalive message
INFO 2018-06-20T13:13:22.009Z Sending a keepalive message
INFO 2018-06-20T13:14:17.133Z Sending a keepalive message
INFO 2018-06-20T13:15:12.275Z Sending a keepalive message
INFO 2018-06-20T13:16:07.415Z Sending a keepalive message
INFO 2018-06-20T13:17:02.571Z Sending a keepalive message
INFO 2018-06-20T13:17:57.697Z Sending a keepalive message
INFO 2018-06-20T13:18:52.822Z Sending a keepalive message
INFO 2018-06-20T13:19:47.948Z Sending a keepalive message
INFO 2018-06-20T13:20:43.087Z Sending a keepalive message
INFO 2018-06-20T13:21:38.212Z Sending a keepalive message
INFO 2018-06-20T13:22:33.337Z Sending a keepalive message
INFO 2018-06-20T13:23:28.462Z Sending a keepalive message
INFO 2018-06-20T13:24:23.587Z Sending a keepalive message
INFO 2018-06-20T13:25:18.712Z Sending a keepalive message
INFO 2018-06-20T13:26:13.837Z Sending a keepalive message
INFO 2018-06-20T13:27:08.963Z Sending a keepalive message
INFO 2018-06-20T13:28:04.088Z Sending a keepalive message
INFO 2018-06-20T13:28:59.228Z Sending a keepalive message
INFO 2018-06-20T13:29:54.368Z Sending a keepalive message
INFO 2018-06-20T13:30:49.494Z Sending a keepalive message
INFO 2018-06-20T13:31:44.619Z Sending a keepalive message
INFO 2018-06-20T13:32:39.751Z Sending a keepalive message
INFO 2018-06-20T13:33:34.884Z Sending a keepalive message
INFO 2018-06-20T13:34:30.010Z Sending a keepalive message
INFO 2018-06-20T13:35:25.150Z Sending a keepalive message
INFO 2018-06-20T13:36:20.276Z Sending a keepalive message
INFO 2018-06-20T13:37:15.401Z Sending a keepalive message
INFO 2018-06-20T13:38:10.541Z Sending a keepalive message
INFO 2018-06-20T13:39:05.666Z Sending a keepalive message
INFO 2018-06-20T13:40:00.791Z Sending a keepalive message
INFO 2018-06-20T13:40:55.932Z Sending a keepalive message
INFO 2018-06-20T13:41:51.072Z Sending a keepalive message
INFO 2018-06-20T13:42:46.198Z Sending a keepalive message
INFO 2018-06-20T13:43:41.331Z Sending a keepalive message
INFO 2018-06-20T13:44:36.463Z Sending a keepalive message
INFO 2018-06-20T13:45:31.604Z Sending a keepalive message
INFO 2018-06-20T13:46:26.744Z Sending a keepalive message
INFO 2018-06-20T13:47:21.885Z Sending a keepalive message
INFO 2018-06-20T13:48:17.010Z Sending a keepalive message
INFO 2018-06-20T13:49:04.460Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T13:49:04.486Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:49:04.995Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:49:04.995Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T13:49:05.008Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T13:49:05.368Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T13:49:12.135Z Sending a keepalive message
INFO 2018-06-20T13:50:04.463Z sync timed out
INFO 2018-06-20T13:50:07.268Z Sending a keepalive message
INFO 2018-06-20T13:51:02.400Z Sending a keepalive message
INFO 2018-06-20T13:51:57.526Z Sending a keepalive message
INFO 2018-06-20T13:52:52.651Z Sending a keepalive message
INFO 2018-06-20T13:53:47.776Z Sending a keepalive message
INFO 2018-06-20T13:54:42.901Z Sending a keepalive message
INFO 2018-06-20T13:55:38.026Z Sending a keepalive message
INFO 2018-06-20T13:56:33.151Z Sending a keepalive message
INFO 2018-06-20T13:57:28.292Z Sending a keepalive message
INFO 2018-06-20T13:58:23.417Z Sending a keepalive message
INFO 2018-06-20T13:59:18.542Z Sending a keepalive message
INFO 2018-06-20T14:00:13.667Z Sending a keepalive message
INFO 2018-06-20T14:01:08.807Z Sending a keepalive message
INFO 2018-06-20T14:02:03.932Z Sending a keepalive message
INFO 2018-06-20T14:02:59.058Z Sending a keepalive message
INFO 2018-06-20T14:03:54.182Z Sending a keepalive message
INFO 2018-06-20T14:04:49.307Z Sending a keepalive message
INFO 2018-06-20T14:05:44.433Z Sending a keepalive message
INFO 2018-06-20T14:06:39.558Z Sending a keepalive message
INFO 2018-06-20T14:07:34.683Z Sending a keepalive message
INFO 2018-06-20T14:08:29.808Z Sending a keepalive message
INFO 2018-06-20T14:09:24.949Z Sending a keepalive message
INFO 2018-06-20T14:10:20.074Z Sending a keepalive message
INFO 2018-06-20T14:11:15.214Z Sending a keepalive message
INFO 2018-06-20T14:12:10.353Z Sending a keepalive message
INFO 2018-06-20T14:13:05.480Z Sending a keepalive message
INFO 2018-06-20T14:14:00.605Z Sending a keepalive message
INFO 2018-06-20T14:14:55.731Z Sending a keepalive message
INFO 2018-06-20T14:15:50.871Z Sending a keepalive message
INFO 2018-06-20T14:16:45.997Z Sending a keepalive message
INFO 2018-06-20T14:17:41.128Z Sending a keepalive message
INFO 2018-06-20T14:18:36.262Z Sending a keepalive message
INFO 2018-06-20T14:19:31.386Z Sending a keepalive message
INFO 2018-06-20T14:20:26.512Z Sending a keepalive message
INFO 2018-06-20T14:21:21.637Z Sending a keepalive message
INFO 2018-06-20T14:21:33.253Z Remove all notifications
INFO 2018-06-20T14:21:34.254Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:21:37.650Z Remove all notifications
INFO 2018-06-20T14:21:38.636Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:21:44.415Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T14:21:44.435Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:21:45.027Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:21:45.027Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T14:21:45.044Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:21:45.426Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:22:16.762Z Sending a keepalive message
INFO 2018-06-20T14:22:44.418Z sync timed out
INFO 2018-06-20T14:23:11.886Z Sending a keepalive message
INFO 2018-06-20T14:24:07.012Z Sending a keepalive message
INFO 2018-06-20T14:24:49.403Z Remove all notifications
INFO 2018-06-20T14:24:50.413Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:24:56.857Z Updating BrowserWindow config: {"maximized":false,"autoHideMenuBar":false,"width":800,"height":610,"x":594,"y":86}
INFO 2018-06-20T14:25:02.139Z Sending a keepalive message
INFO 2018-06-20T14:25:36.472Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T14:25:36.496Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:25:37.017Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:25:37.017Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T14:25:37.040Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:25:37.415Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:25:57.264Z Sending a keepalive message
INFO 2018-06-20T14:26:36.481Z sync timed out
INFO 2018-06-20T14:26:52.402Z Sending a keepalive message
INFO 2018-06-20T14:27:47.543Z Sending a keepalive message
INFO 2018-06-20T14:28:42.679Z Sending a keepalive message
INFO 2018-06-20T14:29:35.934Z Remove all notifications
INFO 2018-06-20T14:29:36.949Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:29:37.805Z Sending a keepalive message
INFO 2018-06-20T14:30:32.930Z Sending a keepalive message
INFO 2018-06-20T14:31:28.057Z Sending a keepalive message
INFO 2018-06-20T14:32:23.181Z Sending a keepalive message
INFO 2018-06-20T14:33:18.305Z Sending a keepalive message
INFO 2018-06-20T14:33:41.779Z Remove all notifications
INFO 2018-06-20T14:33:42.780Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:34:13.431Z Sending a keepalive message
INFO 2018-06-20T14:35:08.557Z Sending a keepalive message
INFO 2018-06-20T14:35:16.062Z Remove all notifications
INFO 2018-06-20T14:35:17.061Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:35:20.690Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T14:35:20.715Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:35:21.220Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:35:21.220Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T14:35:21.238Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:35:21.613Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:35:46.732Z offline
INFO 2018-06-20T14:35:47.734Z disconnect
INFO 2018-06-20T14:35:47.734Z MessageReceiver.close()
INFO 2018-06-20T14:35:47.734Z WebSocketResource.close()
INFO 2018-06-20T14:35:47.735Z drained
INFO 2018-06-20T14:35:48.736Z Dispatching our own socket close event
INFO 2018-06-20T14:35:48.736Z websocket closed 3000 called close calledClose: true
INFO 2018-06-20T14:36:04.360Z Remove all notifications
INFO 2018-06-20T14:36:05.357Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:36:18.595Z Remove all notifications
INFO 2018-06-20T14:36:19.595Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:36:20.692Z sync timed out
INFO 2018-06-20T14:36:24.074Z online
INFO 2018-06-20T14:36:24.075Z connect
INFO 2018-06-20T14:36:24.075Z MessageReceiver.close()
INFO 2018-06-20T14:36:24.075Z opening message socket https://textsecure-service.whispersystems.org
INFO 2018-06-20T14:36:24.077Z Sync read receipt configuration status: {"status":"skipped","reason":"hasPreviouslySynced"}
INFO 2018-06-20T14:36:24.077Z Start idle detector
INFO 2018-06-20T14:36:24.078Z drained
INFO 2018-06-20T14:36:24.078Z Stop idle detector
INFO 2018-06-20T14:36:24.575Z websocket open
INFO 2018-06-20T14:36:24.578Z got request PUT /api/v1/queue/empty
INFO 2018-06-20T14:36:24.578Z MessageReceiver: emitting 'empty' event
INFO 2018-06-20T14:36:25.580Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:36:29.081Z Stop idle detector
INFO 2018-06-20T14:36:29.968Z Remove all notifications
INFO 2018-06-20T14:36:30.967Z Update notifications: {"shouldClearNotifications":false,"shouldPlayNotificationSound":false,"shouldShowNotifications":false,"type":"noNotifications","isNotificationGroupingSupported":true}
INFO 2018-06-20T14:36:38.490Z SyncRequest created. Sending contact sync message...
INFO 2018-06-20T14:36:38.512Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:36:38.869Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:36:38.869Z SyncRequest now sending group sync messsage...
INFO 2018-06-20T14:36:38.891Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673
INFO 2018-06-20T14:36:39.249Z PUT https://textsecure-service.whispersystems.org/v1/messages/+[REDACTED]673 200 Success
INFO 2018-06-20T14:36:44.113Z Stop idle detector
INFO 2018-06-20T14:36:49.115Z Stop idle detector
INFO 2018-06-20T14:36:54.116Z Stop idle detector
INFO 2018-06-20T14:36:59.117Z Stop idle detector
INFO 2018-06-20T14:37:04.120Z Stop idle detector
INFO 2018-06-20T14:37:09.121Z Stop idle detector
INFO 2018-06-20T14:37:14.123Z Stop idle detector
INFO 2018-06-20T14:37:19.125Z Stop idle detector
INFO 2018-06-20T14:37:19.580Z Sending a keepalive message
INFO 2018-06-20T14:37:24.127Z Stop idle detector
INFO 2018-06-20T14:37:29.127Z Stop idle detector
INFO 2018-06-20T14:37:34.129Z Stop idle detector
INFO 2018-06-20T14:37:38.491Z sync timed out
INFO 2018-06-20T14:37:39.130Z Stop idle detector
INFO 2018-06-20T14:37:42.690Z Loaded this list of log files from logPath: log.log
Device : samsung SM-G900F (kltexx)
Android : 6.0.1 (G900FXXU1CRA2, MMB29M.G900FXXU1CRA2)
Memory : 41M (5.57% free, 512M max)
Memclass: 128
OS Host : SWHE9617
App : Signal 4.20.9
--------- beginning of system
06-20 20:14:39.769 5590 5590 W ResourcesManager: getTopLevelResources: /data/app/org.thoughtcrime.securesms-1/base.apk / 1.0 running in org.thoughtcrime.securesms rsrc of package null
06-20 20:14:39.769 5590 5590 W ResourcesManager: getTopLevelResources: /data/app/org.thoughtcrime.securesms-1/base.apk / 1.0 running in org.thoughtcrime.securesms rsrc of package null
--------- beginning of main
06-20 20:14:39.889 5590 15512 V MediaPlayer: decode(22, 9002412, 5795)
06-20 20:14:39.899 5590 5590 W PassphraseRequiredActionBarActivity: onCreate(null)
06-20 20:14:40.119 5590 5590 W ExperienceUpgradeActivity: getExperienceUpgrade(299)
06-20 20:14:40.119 5590 5590 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
06-20 20:14:40.159 5590 5590 W art : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
06-20 20:14:40.199 5590 5590 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
06-20 20:14:40.289 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.339 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.349 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.349 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.379 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.399 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.399 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.419 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.439 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.449 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.449 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:40.629 5590 5590 W PassphraseRequiredActionBarActivity: onResume()
06-20 20:14:40.659 5590 5590 D SecWifiDisplayUtil: Metadata value : none
06-20 20:14:40.679 5590 5590 D ViewRootImpl: #1 mView = com.android.internal.policy.MultiPhoneWindow$MultiPhoneDecorView{8572603 I.E...... R.....ID 0,0-0,0}
06-20 20:14:40.689 5590 15527 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
06-20 20:14:40.699 5590 5590 W KeyCachingService: onCreate()
06-20 20:14:40.749 5590 15522 W ResourcesManager: getTopLevelResources: /system/priv-app/SecMms_Candy_M/SecMms_Candy_M.apk / 1.0 running in org.thoughtcrime.securesms rsrc of package null
06-20 20:14:40.769 5590 5590 W service : Broadcasting new secret...
06-20 20:14:40.779 5590 5590 W KeyCachingService: onStartCommand, null
06-20 20:14:40.779 5590 5590 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
06-20 20:14:40.779 5590 5590 W KeyCachingService: Incrementing activity count...
06-20 20:14:40.779 5590 5590 W MessageRetrievalService: Active Count: 1
06-20 20:14:40.789 5590 15528 W MmsSmsDatabase: Executing query: SELECT _id, unique_row_id, body, type, thread_id, address, address_device_id, subject, date_sent, date_received, m_type, msg_box, status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, network_failures, subscription_id, expires_in, expire_started, notified, transport_type, attachment_json, quote_id, quote_author, quote_body, quote_attachment, shared_contacts FROM (SELECT DISTINCT date_sent AS date_sent, date AS date_received, _id, 'SMS::' || _id || '::' || date_sent AS unique_row_id, NULL AS attachment_json, body, read, thread_id, type, address, address_device_id, subject, NULL AS m_type, NULL AS msg_box, status, NULL AS part_count, NULL AS ct_l, NULL AStr_id, NULL AS m_size, NULL AS exp, NULL AS st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, NULL AS network_failures, 'sms' AS transport_type, NULL AS quote_id, NULL AS quote_author, NULL AS quote_body, NULL AS quote_attachment, NULL AS shared_contacts FROM sms WHERE (read = 0 AND notified = 0) UNION ALL SELECT DISTINCT date AS date_sent, date_received AS date_received, mms._id AS _id, 'MMS::' || mms._id || '::' || date AS unique_row_id, json_group_array(json_object('_id', part._id, 'unique_id', part.unique_id, 'mid', part.mid,'data_size', part.data_size, 'file_name', part.file_name, '_data', part._data, 'thumbnail', part.thumbnail, 'ct', part.ct, 'cl', part.cl, 'fast_preflight_id', part.fast_preflight_id, 'voice_note', part.voice_note, 'width', part.width, 'height', part.height, 'quote', part.quote, 'cd', part.cd, 'name', part.name, 'pending_push', part.pending_push)) AS attachment_json, body, read, thread_id, NULL AS type, address, address_device_id, NULL AS subject, m_type, msg_box, NULL AS status, part_count, ct_l, tr_id, m_size, exp, st, delivery_receipt_count, read_receipt_count, mismatched_identities, subscription_id, expires_in, expire_started, notified, network_failures, 'mms' AS transport_type, quote_id, quote_author, quote_body, quote_attachment, shared_contacts FROM mms LEFT OUTER JOIN part ON part.mid = mms._id WHERE (read = 0 AND notified = 0) GROUP BY mms._id ORDER BY date_received ASC)
06-20 20:14:40.799 5590 5668 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: false
06-20 20:14:40.799 5590 5668 W MessageRetrievalService: Making websocket connection....
06-20 20:14:40.829 5590 5668 W WebSocketConnection: WSC connect()...
06-20 20:14:40.849 5590 15527 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: EGL 1.4 QUALCOMM build: (Ia10634f51b)
06-20 20:14:40.849 5590 15527 I Adreno-EGL: OpenGL ES Shader Compiler Version: E031.29.00.00
06-20 20:14:40.849 5590 15527 I Adreno-EGL: Build Date: 01/28/16 Thu
06-20 20:14:40.849 5590 15527 I Adreno-EGL: Local Branch: ss
06-20 20:14:40.849 5590 15527 I Adreno-EGL: Remote Branch:
06-20 20:14:40.849 5590 15527 I Adreno-EGL: Local Patches:
06-20 20:14:40.849 5590 15527 I Adreno-EGL: Reconstruct Branch:
06-20 20:14:40.869 5590 15527 D libEGL : eglInitialize EGLDisplay = 0x9bd767c4
06-20 20:14:40.869 5590 15527 I OpenGLRenderer: Initialized EGL, version 1.4
06-20 20:14:40.889 5590 5668 W SignalCommunicationModule: onConnecting()
06-20 20:14:40.899 5590 5668 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: false
06-20 20:14:40.899 5590 5668 W MessageRetrievalService: Reading message...
06-20 20:14:41.029 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.039 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.039 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.039 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.049 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.049 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.049 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.049 5590 5636 W org.thoughtcrime.securesms.components.emoji.parsing.EmojiPageBitmap: loading page emoji/People.png
06-20 20:14:41.099 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.109 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.109 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.109 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.109 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.109 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.109 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:41.139 5590 5590 W DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
06-20 20:14:41.199 5590 5590 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
06-20 20:14:41.239 5590 5590 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@b1c9d81 time:380416723
06-20 20:14:41.399 5590 5636 W org.thoughtcrime.securesms.components.emoji.parsing.EmojiPageBitmap: onPageLoaded(emoji/People.png)
06-20 20:14:41.549 5590 15531 W WebSocketConnection: onConnected()
06-20 20:14:41.549 5590 15531 W SignalCommunicationModule: onConnected()
06-20 20:14:41.549 5590 15531 W WebSocketConnection: WSC onMessage()
06-20 20:14:41.579 5590 15531 W WebSocketConnection: Message Type: 1
06-20 20:14:42.569 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 0
06-20 20:14:42.619 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 1
06-20 20:14:42.659 5590 5590 I ListPopupWindow: Could not find method setEpicenterBounds(Rect) on PopupWindow. Oh well.
06-20 20:14:42.679 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.679 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.689 5590 5590 W art : Before Android 4.1, method int android.support.v7.widget.ListViewCompat.lookForSelectablePosition(int, boolean) would have incorrectly overridden the package-private method in android.widget.ListView
06-20 20:14:42.699 5590 5590 D AbsListView: Get MotionRecognitionManager
06-20 20:14:42.719 5590 5590 E MotionRecognitionManager: mSContextService = android.hardware.scontext.ISContextService$Stub$Proxy@8e40fc0
06-20 20:14:42.719 5590 5590 E MotionRecognitionManager: motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@46764f9
06-20 20:14:42.719 5590 5590 E MotionRecognitionManager: motionService = com.samsung.android.motion.IMotionRecognitionService$Stub$Proxy@46764f9
06-20 20:14:42.739 5590 5590 D ViewRootImpl: #1 mView = android.widget.PopupWindow$PopupDecorView{c944a9f V.E...... ......I. 0,0-0,0}
06-20 20:14:42.759 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.759 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.819 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.819 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.829 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.829 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.829 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.829 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.829 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.829 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.839 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.839 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.839 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.839 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:42.869 5590 5590 W DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
06-20 20:14:42.879 5590 5590 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 0 - 0, 0) vi=Rect(0, 0 - 0, 0) or=1
06-20 20:14:45.229 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 0
06-20 20:14:45.289 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 1
06-20 20:14:45.359 5590 5590 I Timeline: Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:380420845
06-20 20:14:45.409 5590 5590 W PassphraseRequiredActionBarActivity: onPause()
06-20 20:14:45.429 5590 5590 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
06-20 20:14:45.429 5590 5590 W KeyCachingService: Decrementing activity count...
06-20 20:14:45.429 5590 5590 W MessageRetrievalService: Active Count: 0
06-20 20:14:45.429 5590 5590 W ResourcesManager: getTopLevelResources: /data/app/org.thoughtcrime.securesms-1/base.apk / 1.0 running in org.thoughtcrime.securesms rsrc of package null
06-20 20:14:45.449 5590 5590 W PassphraseRequiredActionBarActivity: onCreate(null)
06-20 20:14:45.449 5590 15571 V Media Player: decode(39, 9002412, 5795)
06-20 20:14:45.449 5590 5590 W ExperienceUpgradeActivity: getExperienceUpgrade(299)
06-20 20:14:45.449 5590 5590 W PassphraseRequiredActionBarActivity: routeApplicationState(), state: 0
06-20 20:14:45.449 5590 5590 W PassphraseRequiredActionBarActivity: initializeClearKeyReceiver()
06-20 20:14:45.479 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.479 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.489 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.489 5590 5590 W PassphraseRequiredActionBarActivity: onResume()
06-20 20:14:45.499 5590 5590 W ResourcesManager: getTopLevelResources: /system/priv-app/SecMms_Candy_M/SecMms_Candy_M.apk / 1.0 running in org.thoughtcrime.securesms rsrc of package null
06-20 20:14:45.509 5590 5590 D ViewRootImpl: #1 mView = com.android.internal.policy.MultiPhoneWindow$MultiPhoneDecorView{c45f113 I.E...... R.....ID 0,0-0,0}
06-20 20:14:45.509 5590 5590 D SecWifiDisplayUtil: Metadata value : none
06-20 20:14:45.549 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.559 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.569 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.569 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.579 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.579 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.579 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.579 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.589 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.589 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.599 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.599 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.599 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.599 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.609 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.609 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:45.609 5590 5590 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_START_EVENT
06-20 20:14:45.609 5590 5590 W KeyCachingService: Incrementing activity count...
06-20 20:14:45.609 5590 5590 W MessageRetrievalService: Active Count: 1
06-20 20:14:45.629 5590 5590 W DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
06-20 20:14:45.649 5590 5590 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
06-20 20:14:45.699 5590 15527 D OpenGLRenderer: endAllActiveAnimators on 0x9ac74980 (MenuPopupWindow$MenuDropDownListView) with handle 0xb3062140
06-20 20:14:45.699 5590 5590 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@9173402 time:380421186
06-20 20:14:45.739 5590 5590 D ViewRootImpl: #3 mView = null
06-20 20:14:45.939 5590 5590 V ActivityThread: updateVisibility : ActivityRecord{4008199 token=android.os.BinderProxy@b1c9d81 {org.thoughtcrime.securesms/org.thoughtcrime.securesms.RoutingActivity}} show : false
06-20 20:14:48.719 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 0
06-20 20:14:48.799 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 1
06-20 20:14:48.829 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:48.839 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:48.839 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:48.859 5590 5590 D TextView: setTypeface with style : 0
06-20 20:14:48.859 5590 5590 D TextView: setTypeface with style : 0
06-20 20:15:10.527 5590 15531 W WebSocketConnection: WSC onMessage()
06-20 20:15:10.527 5590 15531 W WebSocketConnection: Message Type: 1
06-20 20:15:10.527 5590 15531 W WebSocketConnection: WSC onMessage()
06-20 20:15:10.527 5590 15531 W WebSocketConnection: Message Type: 1
06-20 20:15:10.537 5590 5668 W SignalServiceEnvelope: Our MAC: 67 03 23 42 47 48 2b c3 da 7c
06-20 20:15:10.537 5590 5668 W SignalServiceEnvelope: Thr MAC: 67 03 23 42 47 48 2b c3 da 7c
06-20 20:15:10.566 5590 5668 W MessageRetrievalService: Retrieved envelope! +**********73
06-20 20:15:10.617 5590 5668 W : Unable to open '/system/framework/com.qti.location.sdk.jar': No such file or directory
06-20 20:15:10.617 5590 5668 W art : Failed to open zip archive '/system/framework/com.qti.location.sdk.jar': I/O Error
06-20 20:15:11.046 5590 5668 W : Unable to open '/system/framework/com.qti.location.sdk.jar': No such file or directory
06-20 20:15:11.046 5590 5668 W art : Failed to open zip archive '/system/framework/com.qti.location.sdk.jar': I/O Error
06-20 20:15:11.136 5590 5668 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: false
06-20 20:15:11.136 5590 5668 W MessageRetrievalService: Reading message...
06-20 20:15:11.136 5590 5668 W SignalServiceEnvelope: Our MAC: 21 17 87 46 3f f5 56 72 5d b4
06-20 20:15:11.136 5590 5668 W SignalServiceEnvelope: Thr MAC: 21 17 87 46 3f f5 56 72 5d b4
06-20 20:15:11.136 5590 5668 W MessageRetrievalService: Retrieved envelope! +**********73
06-20 20:15:11.156 5590 5668 W MessageRetrievalService: Network requirement: true, active activities: 1, push pending: 0, gcm disabled: false
06-20 20:15:11.156 5590 5668 W MessageRetrievalService: Reading message...
06-20 20:15:11.326 5590 5622 W MultiDeviceContactUpdateJob: Not multi device, aborting...
06-20 20:15:11.326 5590 5618 W MultiDeviceGroupUpdateJob: No groups present for sync message...
06-20 20:15:35.938 5590 15547 W WebSocketConnection: Sending keep alive...
06-20 20:15:36.798 5590 15531 W WebSocketConnection: WSC onMessage()
06-20 20:15:36.798 5590 15531 W WebSocketConnection: Message Type: 2
06-20 20:16:10.098 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 0
06-20 20:16:10.149 5590 5590 D ViewRootImpl: ViewPostImeInputStage processPointer 1
06-20 20:16:10.158 5590 5590 I Timeline: Timeline: Activity_launch_request id:org.thoughtcrime.securesms time:380506258
06-20 20:16:10.198 5590 5590 W PassphraseRequiredActionBarActivity: onPause()
06-20 20:16:10.218 5590 5590 W KeyCachingService: onStartCommand, org.thoughtcrime.securesms.service.action.ACTIVITY_STOP_EVENT
06-20 20:16:10.218 5590 5590 W KeyCachingService: Decrementing activity count...
06-20 20:16:10.218 5590 5590 W MessageRetrievalService: Active Count: 0
06-20 20:16:10.228 5590 5590 W ResourcesManager: getTopLevelResources: /data/app/org.thoughtcrime.securesms-1/base.apk / 1.0 running in org.thoughtcrime.securesms rsrc of package null
06-20 20:16:10.228 5590 5590 W ResourcesManager: getTopLevelResources: /data/app/org.thoughtcrime.securesms-1/base.apk / 1.0 running in org.thoughtcrime.securesms rsrc of package null
06-20 20:16:10.248 5590 5590 D TextView: setTypeface with style : 0
06-20 20:16:10.248 5590 5590 D TextView: setTypeface with style : 0
06-20 20:16:10.258 5590 15802 V MediaPlayer: decode(44, 9002412, 5795)
06-20 20:16:10.258 5590 5590 D TextView: setTypeface with style : 0
06-20 20:16:10.258 5590 5590 D TextView: setTypeface with style : 0
06-20 20:16:10.268 5590 5590 D TextView: setTypeface with style : 0
06-20 20:16:10.268 5590 5590 D TextView: setTypeface with style : 0
06-20 20:16:10.278 5590 5590 D SecWifiDisplayUtil: Metadata value : none
06-20 20:16:10.288 5590 5590 D ViewRootImpl: #1 mView = com.android.internal.policy.MultiPhoneWindow$MultiPhoneDecorView{542b016 I.E...... R.....ID 0,0-0,0}
06-20 20:16:10.368 5590 5590 W DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
06-20 20:16:10.368 5590 5590 W DisplayListCanvas: DisplayListCanvas is started on unbinded RenderNode (without mOwningView)
06-20 20:16:10.388 5590 5590 D ViewRootImpl: MSG_RESIZED_REPORT: ci=Rect(0, 72 - 0, 0) vi=Rect(0, 72 - 0, 0) or=1
06-20 20:16:10.418 5590 15527 D OpenGLRenderer: endAllActiveAnimators on 0x9b084680 (RippleDrawable) with handle 0xb306f980
06-20 20:16:10.428 5590 5590 I Timeline: Timeline: Activity_idle id: android.os.BinderProxy@b515131 time:380506520
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment