Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Meizu crash while initializing chat client #18

Closed
iTruff opened this issue Oct 6, 2017 · 9 comments
Closed

Meizu crash while initializing chat client #18

iTruff opened this issue Oct 6, 2017 · 9 comments
Assignees

Comments

@iTruff
Copy link

iTruff commented Oct 6, 2017

Phone

Phone: Meizu M5c
Model: M710H
Android Version: 6.0
Flyme version: Flyme 6.0.2.0G

Chat sdk version

compile 'com.twilio:chat-android:2.0.0'

Code to reproduce

ChatClient.Properties props = new ChatClient.Properties.Builder().createProperties();
ChatClient.create(context, token, props, new CallbackListener<ChatClient>() {
                    @Override
                    public void onError(ErrorInfo errorInfo) {
                        super.onError(errorInfo);
                        Log.d(TAG, "onError: Error creating chat client, " + errorInfo);
                    }

                    @Override
                    public void onSuccess(final ChatClient client) {
                        Log.d(TAG, "onSuccess: Chat client created, " + client);
                    }
                });

Error

10-06 22:14:33.707 7801-7919/com.twilio.chat.demo.debug I/TWC: IoService:       548051924048 | 10/06/22:14:33.707 | INFO     | IoService | Creating 16 threads in the executor pool
10-06 22:14:33.710 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:33.710 | INFO     | 1      | TNTwilsockClient | connectImpl >> Disconnected
10-06 22:14:33.710 7801-7919/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548051924048 | 10/06/22:14:33.710 | INFO     | 4      | TNHttpTransportClient | initialising...
10-06 22:14:33.711 7801-7919/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548051924048 | 10/06/22:14:33.710 | INFO     | 4      | TNHttpTransportClient | initialised
10-06 22:14:33.712 7801-7920/com.twilio.chat.demo.debug I/TWC: TNDisconnectedState:       548021068880 | 10/06/22:14:33.712 | INFO     | 3      | TNDisconnectedState | Leaving state: Disconnected
10-06 22:14:33.712 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:33.712 | INFO     | 1      | TNTwilsockClient | Change state: Disconnected --> Transport connecting
10-06 22:14:33.713 7801-7919/com.twilio.chat.demo.debug I/TWC: TCBackoffEmsClient:       548051924048 | 10/06/22:14:33.712 | INFO     | 6      | TCBackoffEmsClient | schedule new task
10-06 22:14:33.726 7801-7921/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548020028496 | 10/06/22:14:33.726 | INFO     | 4      | TNHttpTransportClient | requestId=RQ52acb8a90f4b49068e4d533d77ee3a93, enqueueing request to: https://ems.us1.twilio.com/v1/token
10-06 22:14:33.728 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTransportConnectingState:       548021068880 | 10/06/22:14:33.712 | INFO     | 8      | TNTransportConnectingState | Entering state: Transport connecting
10-06 22:14:33.728 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:33.728 | INFO     | 1      | TNTwilsockClient | addObserverImpl >> Transport connecting
10-06 22:14:33.728 7801-7920/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548021068880 | 10/06/22:14:33.728 | INFO     | 4      | TNHttpTransportClient | twilsock is in disconnected state: Unknown reason
10-06 22:14:34.245 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.244 | INFO     | 1      | TNTwilsockClient | onTransportConnectedImpl >> Transport connecting
10-06 22:14:34.256 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:34.256 | INFO     | 2      | TNTwilsockClientImpl | sendInit, id = 3c88034ce3564a96996eb43729f0d93bd93b
10-06 22:14:34.257 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTransportConnectingState:       548021068880 | 10/06/22:14:34.257 | INFO     | 8      | TNTransportConnectingState | Leaving state: Transport connecting
10-06 22:14:34.258 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.258 | INFO     | 1      | TNTwilsockClient | Change state: Transport connecting --> Initialising
10-06 22:14:34.258 7801-7920/com.twilio.chat.demo.debug I/TWC: TNInitialisingState:       548021068880 | 10/06/22:14:34.258 | INFO     | 10     | TNInitialisingState | Entering state: Initialising
10-06 22:14:34.406 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:34.406 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 3c88034ce3564a96996eb43729f0d93bd93b
10-06 22:14:34.407 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.407 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessInitReply >> Initialising
10-06 22:14:34.408 7801-7920/com.twilio.chat.demo.debug I/TWC: TNInitialisingState:       548021068880 | 10/06/22:14:34.407 | INFO     | 10     | TNInitialisingState | Leaving state: Initialising
10-06 22:14:34.408 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.408 | INFO     | 1      | TNTwilsockClient | Change state: Initialising --> Connected
10-06 22:14:34.408 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:34.408 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-06 22:14:34.408 7801-7920/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548021068880 | 10/06/22:14:34.408 | INFO     | 4      | TNHttpTransportClient | twilsock is ready to send upstream messages
10-06 22:14:34.409 7801-7924/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548016907344 | 10/06/22:14:34.409 | INFO     | 4      | TNHttpTransportClient | requestId=RQ52acb8a90f4b49068e4d533d77ee3a93, sending request to: https://ems.us1.twilio.com/v1/token
10-06 22:14:34.412 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.412 | INFO     | 1      | TNTwilsockClient | sendMessageImpl >> Connected RQ52acb8a90f4b49068e4d533d77ee3a93
10-06 22:14:34.414 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:34.413 | INFO     | 2      | TNTwilsockClientImpl | sendMessageMessage, id = RQ52acb8a90f4b49068e4d533d77ee3a93 - present
10-06 22:14:34.561 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:34.561 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = RQ52acb8a90f4b49068e4d533d77ee3a93
10-06 22:14:34.562 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.561 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessMessageReply >> Connected
10-06 22:14:34.562 7801-7920/com.twilio.chat.demo.debug I/TWC: TCHttpObserver:       548021068880 | 10/06/22:14:34.562 | INFO     | 9      | TCHttpObserver | Response has been received: 200 - OK
                                                                               '{"twilio_rtd_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImN0eSI6InR3aWxpby1mcGE7dj0xIn0.eyJqdGkiOiJTSzA2ZmM0ODI2NmFiMDkyNWM1OGQwZWEzMzkzZTYxMTFhLTE1MDcyOTc4NjUiLCJncmFudHMiOnsiaWRlbnRpdHkiOiJ2YXNmaS5lZEBnbWFpbC5jb20iLCJpcF9tZXNzYWdpbmciOnsic2VydmljZV9zaWQiOiJJU2Q2ZmEyZWRiMjM1MDRiNTI5Y2NhMzkzODEwMDgzYmYwIn19LCJpc3MiOiJTSzA2ZmM0ODI2NmFiMDkyNWM1OGQwZWEzMzkzZTYxMTFhIiwibmJmIjoxNTA3Mjk3ODY1LCJleHAiOjE1MDczODQyNjUsInN1YiI6IkFDOGJmMTI2ZmJlNWI5MmJlMDlkMzdkNThjMWRlODJkZmMifQ.NyiW8ksfj5XITXhlIWoVCwnh_MQesQ8ov-Gwt_4An54.eyJjdHkiOiJ0d2lsaW8tZnBhO3Y9MSIsInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJncmFudHMiOnsiaWRlbnRpdHkiOiJ2YXNmaS5lZEBnbWFpbC5jb20iLCJpcF9tZXNzYWdpbmciOnsic2VydmljZV9zaWQiOiJJU2Q2ZmEyZWRiMjM1MDRiNTI5Y2NhMzkzODEwMDgzYmYwIiwiZW5kcG9pbnRfaWQiOiJ0d2kxLWEwYjA0MzUyYWEyNzRmZDM5NzUxNjA1MGUzOTlkYWFjIn19LCJzdWIiOiJBQzhiZjEyNmZiZTViOTJiZTA5ZDM3ZDU4YzFkZTgyZGZjIiwiaXNzIjoiU0tkYWRiYWQwYTdhNmFhNWVjMDQ4NWRmZT
10-06 22:14:34.586 7801-7920/com.twilio.chat.demo.debug I/TWC: TCBackoffEmsClient:       548021068880 | 10/06/22:14:34.586 | INFO     | 6      | TCBackoffEmsClient | backoff result: 0 - '', setToken result: 0
10-06 22:14:34.587 7801-7919/com.twilio.chat.demo.debug I/TWC: IPM:       548051924048 | 10/06/22:14:34.587 | INFO     | IPM | client: version: 10.2.2, build id: 178, build branch: release-10.2.2, os: android, arch: arm64-v8a, chat lib: 10.2.2, datasync lib: 4.17.0
10-06 22:14:34.587 7801-7919/com.twilio.chat.demo.debug I/TWC: IPM:       548051924048 | 10/06/22:14:34.587 | INFO     | IPM | client: platform: Android|2.0.0|Meizu|Meizu M5c|23
10-06 22:14:34.588 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.588 | INFO     | 1      | TNTwilsockClient | addObserverImpl >> Connected
10-06 22:14:34.588 7801-7919/com.twilio.chat.demo.debug I/TWC: IPM:       548051924048 | 10/06/22:14:34.588 | INFO     | IPM | 3 concurrent threads are supported
10-06 22:14:34.588 7801-7919/com.twilio.chat.demo.debug I/TWC: SyncClient:       548051924048 | 10/06/22:14:34.588 | INFO     | 18     | SyncClient | initializing product: ip_messaging sdk: cpp/4.17.0 os: Linux/3.18.19+ platform: aarch64/4.17.0
10-06 22:14:34.588 7801-7919/com.twilio.chat.demo.debug I/TWC: SyncClient:       548051924048 | 10/06/22:14:34.588 | INFO     | 18     | SyncClient | build #363 release: 4.17.0 branch: release-4.17.0
10-06 22:14:34.589 7801-7919/com.twilio.chat.demo.debug I/TWC: TSCoreDataService:       548051924048 | 10/06/22:14:34.589 | INFO     | 21     | TSCoreDataService | constructed
10-06 22:14:34.589 7801-7919/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       548051924048 | 10/06/22:14:34.589 | INFO     | 20     | TSNotificationRouter | Registering for notification events
10-06 22:14:34.594 7801-7919/com.twilio.chat.demo.debug I/TWC: SyncList:       548051924048 | 10/06/22:14:34.593 | INFO     | 22     | SyncList | constructed
10-06 22:14:34.594 7801-7957/com.twilio.chat.demo.debug W/art: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[16,tid=7957,Native,Thread*=0x7fd967e1f0,peer=0x12f460a0,"mo.debug - 7919 - 7957"]
10-06 22:14:34.594 7801-7919/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       548051924048 | 10/06/22:14:34.594 | INFO     | 23     | TSCollectionCreateActivity | constructed
10-06 22:14:34.594 7801-7919/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       548051924048 | 10/06/22:14:34.594 | INFO     | 23     | TSCollectionCreateActivity | start 1
10-06 22:14:34.595 7801-7922/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       548018988112 | 10/06/22:14:34.594 | INFO     | 23     | TSCollectionCreateActivity | query [0] /v3/Lists
10-06 22:14:34.599 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.598 | INFO     | 1      | TNTwilsockClient | addNotificationCtxImpl >> Connected
10-06 22:14:34.599 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:34.599 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-06 22:14:34.600 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.600 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-06 22:14:34.600 7801-7919/com.twilio.chat.demo.debug I/TWC: SyncList:       548051924048 | 10/06/22:14:34.600 | INFO     | 22     | SyncList | create action id: 1 name: 0 purpose: 1
10-06 22:14:34.600 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:34.600 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-06 22:14:34.600 7801-7920/com.twilio.chat.demo.debug E/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:34.600 | CRITICAL | 2      | TNTwilsockClientImpl | Message type list is empty
10-06 22:14:34.600 7801-7920/com.twilio.chat.demo.debug W/TWC: TNRegNotificationCtxSession:       548021068880 | 10/06/22:14:34.600 | WARNING  | 17     | TNRegNotificationCtxSession | Could not operate with notification context in twilsock. Error 16
10-06 22:14:34.600 7801-7920/com.twilio.chat.demo.debug A/TWC: TNNotificationClient:       548021068880 | 10/06/22:14:34.600 | FATAL    | 12     | TNNotificationClient | Fatal error while registering twilsock connection: 9: Message type list is empty, public error code: 0
10-06 22:14:34.601 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:34.601 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-06 22:14:34.601 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.601 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-06 22:14:34.601 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:34.601 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-06 22:14:34.602 7801-7919/com.twilio.chat.demo.debug W/art: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[13,tid=7919,Native,Thread*=0x7fd96728f0,peer=0x12f24160,"chat.demo.debug - 7919"]
10-06 22:14:34.607 7801-7922/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548018988112 | 10/06/22:14:34.607 | INFO     | 4      | TNHttpTransportClient | requestId=RQ540c0917328e4314a7dd564010f1ffc3, enqueueing request to: https://cds.us1.twilio.com/v3/Lists
10-06 22:14:34.608 7801-7929/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548011705424 | 10/06/22:14:34.607 | INFO     | 4      | TNHttpTransportClient | requestId=RQ540c0917328e4314a7dd564010f1ffc3, sending request to: https://cds.us1.twilio.com/v3/Lists
10-06 22:14:34.609 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.609 | INFO     | 1      | TNTwilsockClient | sendMessageImpl >> Connected RQ540c0917328e4314a7dd564010f1ffc3
10-06 22:14:34.609 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:34.609 | INFO     | 12     | TNNotificationClient | onTwilsockConnected
10-06 22:14:34.609 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:34.609 | INFO     | 2      | TNTwilsockClientImpl | sendMessageMessage, id = RQ540c0917328e4314a7dd564010f1ffc3 - present
10-06 22:14:34.609 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:34.609 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 2, new state 0
10-06 22:14:34.613 7801-7953/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547991602256 | 10/06/22:14:34.610 | INFO     | 20     | TSNotificationRouter | Transport state changed. Is enabled: 0
10-06 22:14:34.614 7801-7953/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547991602256 | 10/06/22:14:34.614 | INFO     | 20     | TSNotificationRouter | Successfully subscribed for notification message type: com.twilio.rtd.cds.document
10-06 22:14:34.614 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.614 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Connected
10-06 22:14:34.614 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:34.614 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-06 22:14:34.615 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.614 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-06 22:14:34.615 7801-7953/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547991602256 | 10/06/22:14:34.615 | INFO     | 20     | TSNotificationRouter | Successfully subscribed for notification message type: com.twilio.rtd.cds.list
10-06 22:14:34.615 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:34.615 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-06 22:14:34.616 7801-7953/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547991602256 | 10/06/22:14:34.616 | INFO     | 20     | TSNotificationRouter | Successfully subscribed for notification message type: com.twilio.rtd.cds.map
10-06 22:14:34.617 7801-7953/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547991602256 | 10/06/22:14:34.617 | INFO     | 20     | TSNotificationRouter | Successfully subscribed for notification message type: twilio.sync.event
10-06 22:14:34.617 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:34.617 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-06 22:14:34.618 7801-7953/com.twilio.chat.demo.debug W/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:34.618 | WARNING  | 12     | TNNotificationClient | onTwilsockError: 0 - Message type list is empty
10-06 22:14:34.624 7801-7960/com.twilio.chat.demo.debug W/art: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[16,tid=7960,Native,Thread*=0x7fd9619830,peer=0x12f46160,"g - 7919 - 7953 - 7960"]
10-06 22:14:34.624 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:34.624 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 65ccfb6788c145bd9d1259916990964a964a
10-06 22:14:34.625 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.625 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-06 22:14:34.625 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.625 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-06 22:14:34.626 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.626 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-06 22:14:34.626 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.626 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-06 22:14:34.830 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:34.830 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 65ccfb6788c145bd9d1259916990964a964a
10-06 22:14:34.834 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.833 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-06 22:14:34.834 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:34.834 | INFO     | 25     | TNContextUpdateState | Notification context c76b5605ad494ed9b9e2c57621d8e5ed was successfully put
10-06 22:14:34.837 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:34.836 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-06 22:14:34.837 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:34.837 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 0, new state 1
10-06 22:14:34.837 7801-7953/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547991602256 | 10/06/22:14:34.837 | INFO     | 20     | TSNotificationRouter | Transport state changed. Is enabled: 1
10-06 22:14:34.846 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:34.845 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-06 22:14:34.847 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.846 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-06 22:14:34.847 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:34.847 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-06 22:14:34.851 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:34.851 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-06 22:14:34.853 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:34.853 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-06 22:14:34.853 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:34.853 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-06 22:14:34.853 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:34.853 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-06 22:14:34.864 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:34.864 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 91a51b4137644e568a189d3036138ee88ee8
10-06 22:14:35.020 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:35.020 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 91a51b4137644e568a189d3036138ee88ee8
10-06 22:14:35.021 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.021 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-06 22:14:35.021 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.021 | INFO     | 25     | TNContextUpdateState | Notification context c76b5605ad494ed9b9e2c57621d8e5ed was successfully put
10-06 22:14:35.021 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.021 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-06 22:14:35.022 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.021 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-06 22:14:35.022 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:35.022 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-06 22:14:35.022 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:35.022 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-06 22:14:35.022 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.022 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-06 22:14:35.022 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.022 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-06 22:14:35.026 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.026 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-06 22:14:35.026 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.026 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 1, new state 1
10-06 22:14:35.026 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.026 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-06 22:14:35.036 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:35.036 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 085be2b645e24b9abb3067a0f94e258c258c
10-06 22:14:35.192 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:35.192 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 085be2b645e24b9abb3067a0f94e258c258c
10-06 22:14:35.193 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.193 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-06 22:14:35.193 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.193 | INFO     | 25     | TNContextUpdateState | Notification context c76b5605ad494ed9b9e2c57621d8e5ed was successfully put
10-06 22:14:35.193 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.193 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-06 22:14:35.193 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.193 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-06 22:14:35.193 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:35.193 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-06 22:14:35.194 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:35.194 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-06 22:14:35.194 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.194 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-06 22:14:35.194 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.194 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-06 22:14:35.199 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.199 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-06 22:14:35.199 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.199 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 1, new state 1
10-06 22:14:35.199 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.199 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-06 22:14:35.208 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:35.208 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 91c24cd00caf400487772f36d5546fe06fe0
10-06 22:14:35.375 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:35.375 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 91c24cd00caf400487772f36d5546fe06fe0
10-06 22:14:35.375 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.375 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-06 22:14:35.375 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.375 | INFO     | 25     | TNContextUpdateState | Notification context c76b5605ad494ed9b9e2c57621d8e5ed was successfully put
10-06 22:14:35.376 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.376 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-06 22:14:35.376 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.376 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-06 22:14:35.376 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:35.376 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-06 22:14:35.376 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:35.376 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-06 22:14:35.376 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.376 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-06 22:14:35.376 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.376 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-06 22:14:35.380 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.380 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-06 22:14:35.380 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.380 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 1, new state 1
10-06 22:14:35.380 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.380 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-06 22:14:35.388 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:35.388 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = fd03b9bde9e2466ab1eaeb31e8d2a39ea39e
10-06 22:14:35.553 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:35.552 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = fd03b9bde9e2466ab1eaeb31e8d2a39ea39e
10-06 22:14:35.558 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.557 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-06 22:14:35.558 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.558 | INFO     | 25     | TNContextUpdateState | Notification context c76b5605ad494ed9b9e2c57621d8e5ed was successfully put
10-06 22:14:35.565 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.564 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-06 22:14:35.565 7801-7953/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547991602256 | 10/06/22:14:35.565 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 1, new state 1
10-06 22:14:35.570 7801-7920/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       548021068880 | 10/06/22:14:35.569 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-06 22:14:35.571 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:35.570 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-06 22:14:35.571 7801-7920/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       548021068880 | 10/06/22:14:35.571 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-06 22:14:36.363 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:36.363 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = RQ540c0917328e4314a7dd564010f1ffc3
10-06 22:14:36.364 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:36.364 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessMessageReply >> Connected
10-06 22:14:36.365 7801-7920/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       548021068880 | 10/06/22:14:36.365 | INFO     | 23     | TSCollectionCreateActivity | response RQ540c0917328e4314a7dd564010f1ffc3 status 201 body 918 bytes
10-06 22:14:36.368 7801-7920/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       548021068880 | 10/06/22:14:36.366 | INFO     | 23     | TSCollectionCreateActivity | destructed
10-06 22:14:36.900 7801-7928/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548012745808 | 10/06/22:14:36.900 | INFO     | 4      | TNHttpTransportClient | requestId=RQ15353680718c481cb13330e6ce94a78e, enqueueing request to: https://cds.us1.twilio.com/v4/Subscriptions
10-06 22:14:36.902 7801-7929/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       548011705424 | 10/06/22:14:36.902 | INFO     | 4      | TNHttpTransportClient | requestId=RQ15353680718c481cb13330e6ce94a78e, sending request to: https://cds.us1.twilio.com/v4/Subscriptions
10-06 22:14:36.903 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:36.903 | INFO     | 1      | TNTwilsockClient | sendMessageImpl >> Connected RQ15353680718c481cb13330e6ce94a78e
10-06 22:14:36.903 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:36.903 | INFO     | 2      | TNTwilsockClientImpl | sendMessageMessage, id = RQ15353680718c481cb13330e6ce94a78e - present
10-06 22:14:37.108 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:37.108 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = RQ15353680718c481cb13330e6ce94a78e
10-06 22:14:37.109 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:37.109 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessMessageReply >> Connected
10-06 22:14:37.132 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:37.132 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 4, id = TM4cd5ca144ea24484bc8aa6a99e7ac4f7
10-06 22:14:37.133 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:37.133 | INFO     | 1      | TNTwilsockClient | sendSuccessReplyImpl >> Connected
10-06 22:14:37.133 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:37.133 | INFO     | 2      | TNTwilsockClientImpl | sendSuccessReply, id = TM4cd5ca144ea24484bc8aa6a99e7ac4f7
10-06 22:14:37.136 7801-7938/com.twilio.chat.demo.debug I/TWC: Router:       548002341968 | 10/06/22:14:37.136 | INFO     | 0      | Router | Message with type 'twilio.sync.event, from channel: twilsock' is being routed to 1 targets
10-06 22:14:37.141 7801-7937/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548003382352 | 10/06/22:14:37.141 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 4, id = TM2ea95c0fa18146b599932618e60840be
10-06 22:14:37.142 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       548021068880 | 10/06/22:14:37.142 | INFO     | 1      | TNTwilsockClient | sendSuccessReplyImpl >> Connected
10-06 22:14:37.142 7801-7920/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       548021068880 | 10/06/22:14:37.142 | INFO     | 2      | TNTwilsockClientImpl | sendSuccessReply, id = TM2ea95c0fa18146b599932618e60840be
10-06 22:14:37.146 7801-7938/com.twilio.chat.demo.debug I/TWC: Router:       548002341968 | 10/06/22:14:37.146 | INFO     | 0      | Router | Message with type 'twilio.sync.event, from channel: twilsock' is being routed to 1 targets
10-06 22:14:37.159 7801-8000/com.twilio.chat.demo.debug I/TWC: TMD:       547990561872 | 10/06/22:14:37.158 | INFO     | TMD | client: version: 0.1.0, build id: 46, build branch: release-0.1.0, os: android, arch: arm64-v8a
10-06 22:14:37.159 7801-8000/com.twilio.chat.demo.debug I/TWC: TMD:       547990561872 | 10/06/22:14:37.159 | INFO     | TMD | client created with token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImN0eSI6InR3aWxpby1mcGE7dj0xIn0.eyJqdGkiOiJTSzA2ZmM0ODI2NmFiMDkyNWM1OGQwZWEzMzkzZTYxMTFhLTE1MDcyOTc4NjUiLCJncmFudHMiOnsiaWRlbnRpdHkiOiJ2YXNmaS5lZEBnbWFpbC5jb20iLCJpcF9tZXNzYWdpbmciOnsic2VydmljZV9zaWQiOiJJU2Q2ZmEyZWRiMjM1MDRiNTI5Y2NhMzkzODEwMDgzYmYwIn19LCJpc3MiOiJTSzA2ZmM0ODI2NmFiMDkyNWM1OGQwZWEzMzkzZTYxMTFhIiwibmJmIjoxNTA3Mjk3ODY1LCJleHAiOjE1MDczODQyNjUsInN1YiI6IkFDOGJmMTI2ZmJlNWI5MmJlMDlkMzdkNThjMWRlODJkZmMifQ.NyiW8ksfj5XITXhlIWoVCwnh_MQesQ8ov-Gwt_4An54.eyJjdHkiOiJ0d2lsaW8tZnBhO3Y9MSIsInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJncmFudHMiOnsiaWRlbnRpdHkiOiJ2YXNmaS5lZEBnbWFpbC5jb20iLCJpcF9tZXNzYWdpbmciOnsic2VydmljZV9zaWQiOiJJU2Q2ZmEyZWRiMjM1MDRiNTI5Y2NhMzkzODEwMDgzYmYwIiwiZW5kcG9pbnRfaWQiOiJ0d2kxLWEwYjA0MzUyYWEyNzRmZDM5NzUxNjA1MGUzOTlkYWFjIn19LCJzdWIiOiJBQzhiZjEyNmZiZTViOTJiZTA5ZDM3ZDU4YzFkZTgyZGZjIiwiaXNzIjoiU0tkYWRiYWQwYTdhNmFhNWVjMDQ4NWRmZTg1ODg1ZDg5NyIsImV4cCI6MTUwNzI5OTI3N30.aEUHBB_xKqGzWM
                                                                    
                                                                    --------- beginning of crash
10-06 22:14:37.159 7801-8000/com.twilio.chat.demo.debug A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x30 in tid 8000 (mo.debug - 7919)
@berkus
Copy link
Contributor

berkus commented Oct 9, 2017

Could please also provide the backtrace from the crash? (This is the part at the end that has been cut off). You may have to enable "Show all applications" in the adb log filter to see it.

@berkus berkus self-assigned this Oct 9, 2017
@iTruff
Copy link
Author

iTruff commented Oct 9, 2017

One moment...

@iTruff
Copy link
Author

iTruff commented Oct 9, 2017

10-09 18:44:14.420 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:14.455 971-1019/? I/PerfService: PerfServiceNative_boostEnableTimeoutMsAsync:3, 100
10-09 18:44:14.460 255-255/? E/SELinux: avc:  denied  { find } for service=GpuAppSpectatorService scontext=u:r:system_server:s0 tcontext=u:object_r:gas_srv_service:s0 tclass=service_manager
10-09 18:44:14.461 971-5022/? I/SceneKnowledgeProvider: SKP: notifyChange(1, 3, -1)
10-09 18:44:14.463 275-1164/? I/APM::AudioPolicyManager: StartOutputSamplerate +output = 2 +stream = 1 session = 17 +samplerate=48000 mPrimaryOutput= 2
10-09 18:44:14.463 275-1164/? I/APM::AudioPolicyManager: startOutput() output 2, stream 1, session 17
10-09 18:44:14.463 275-1164/? I/APM::AudioPolicyManager: getNewOutputDevice() selected device 2
10-09 18:44:14.464 275-1164/? I/APM::AudioPolicyManager: setOutputDevice() changing device: 0x0002 ==> 0x0000
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: thread 0xf0668008 type 0 TID 798 waking up
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_0, volume = 0.199527
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_1, volume = 0.398108
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_2, volume = 1.000000
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_3, volume = 0.000000
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_4, volume = 0.199527
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_5, volume = 1.000000
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_6, volume = 1.000000
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_7, volume = 0.141254
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_8, volume = 0.056234
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_9, volume = 0.000000
10-09 18:44:14.464 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_10, volume = 0.250001
10-09 18:44:14.465 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_11, volume = 1.000000
10-09 18:44:14.465 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_12, volume = 0.000000
10-09 18:44:14.465 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_13, volume = 1.000000
10-09 18:44:14.465 275-798/? I/AudioFlinger_Threads: [DEBUG_VOL] threadLoop: device = 0x0002, stream_14, volume = 1.000000
10-09 18:44:14.470 255-255/? E/SELinux: avc:  denied  { find } for service=GpuAppSpectatorService scontext=u:r:system_server:s0 tcontext=u:object_r:gas_srv_service:s0 tclass=service_manager
10-09 18:44:14.470 971-1048/? I/SceneKnowledgeProvider: SKP: notifyChange(1, 2, -1)
10-09 18:44:14.521 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:14.527 275-798/? E/AudioALSAPlaybackHandlerBase: openPcmDriver(), pcm_start(0xf78db2f8) fail due to cannot start channel: Broken pipe
10-09 18:44:14.556 971-1055/? I/libPerfService: 3: set: 3
10-09 18:44:14.556 971-1055/? I/libPerfService: 3: set freq: 819000
10-09 18:44:14.556 971-1055/? I/libPerfService: 3: set vcore level: 0
10-09 18:44:14.586 275-798/? E/AudioALSAPlaybackHandlerBase: -getHardwareBufferInfo pcm_get_htimestamp fail, ret = -1, pcm_get_error = cannot start channel: Broken pipe
10-09 18:44:14.622 275-798/? E/AudioFlinger: getNextBuffer, get null buffer
10-09 18:44:14.623 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:14.623 4839-5025/com.twilio.chat.demo.debug I/TWC: IoService:       547544286288 | 10/09/18:44:14.623 | INFO     | IoService | Creating 16 threads in the executor pool
10-09 18:44:14.628 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:14.628 | INFO     | 1      | TNTwilsockClient | connectImpl >> Disconnected
10-09 18:44:14.629 4839-5025/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547544286288 | 10/09/18:44:14.629 | INFO     | 4      | TNHttpTransportClient | initialising...
10-09 18:44:14.629 4839-5025/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547544286288 | 10/09/18:44:14.629 | INFO     | 4      | TNHttpTransportClient | initialised
10-09 18:44:14.630 4839-5026/com.twilio.chat.demo.debug I/TWC: TNDisconnectedState:       547543245904 | 10/09/18:44:14.630 | INFO     | 3      | TNDisconnectedState | Leaving state: Disconnected
10-09 18:44:14.631 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:14.631 | INFO     | 1      | TNTwilsockClient | Change state: Disconnected --> Transport connecting
10-09 18:44:14.631 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTransportConnectingState:       547543245904 | 10/09/18:44:14.631 | INFO     | 8      | TNTransportConnectingState | Entering state: Transport connecting
10-09 18:44:14.632 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:14.632 | INFO     | 1      | TNTwilsockClient | addObserverImpl >> Transport connecting
10-09 18:44:14.632 4839-5025/com.twilio.chat.demo.debug I/TWC: TCBackoffEmsClient:       547544286288 | 10/09/18:44:14.632 | INFO     | 6      | TCBackoffEmsClient | schedule new task
10-09 18:44:14.632 4839-5026/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547543245904 | 10/09/18:44:14.632 | INFO     | 4      | TNHttpTransportClient | twilsock is in disconnected state: Unknown reason
10-09 18:44:14.647 4839-5029/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547540124752 | 10/09/18:44:14.647 | INFO     | 4      | TNHttpTransportClient | requestId=RQ1aa42636a98544f199f7f93d456efb56, enqueueing request to: https://ems.us1.twilio.com/v1/token
10-09 18:44:14.658 971-1055/? I/libPerfService: 5: set: 1
10-09 18:44:14.658 971-1055/? I/libPerfService: 5: set freq: 0
10-09 18:44:14.658 971-1055/? I/libPerfService: 5: set vcore level: 0
10-09 18:44:14.695 275-772/? I/APM::AudioPolicyManager: StopOutputSampletate -output = 2 -stream = 1 session = 17 -samplerate=48000 mPrimaryOutput = 2
10-09 18:44:14.706 275-772/? I/APM::AudioPolicyManager: stopOutput() output 2, stream 1, session 17
10-09 18:44:14.706 275-772/? I/APM::AudioPolicyManager: getNewOutputDevice() selected device 0
10-09 18:44:14.706 275-772/? I/APM::AudioPolicyManager: [DEBUG_VOL] checkDeviceMuteStrategies: outputDesc->isActive() = 0, isInCall() = 0, device: 2 ==> 2
10-09 18:44:14.706 275-772/? I/APM::AudioPolicyManager: getNewOutputDevice() selected device 0
10-09 18:44:14.706 275-772/? I/APM::AudioPolicyManager: getNewOutputDevice() selected device 0
10-09 18:44:14.723 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:14.824 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:14.924 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.024 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.068 2051-2061/? I/PerfService: PerfServiceNative_getPackName
10-09 18:44:15.068 971-1964/? I/libPerfService: perfGetLastBoostPid 4839
10-09 18:44:15.069 971-1964/? I/libPerfService: perfGetLastBoostPid 4839
10-09 18:44:15.125 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.225 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.267 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.266 | INFO     | 1      | TNTwilsockClient | onTransportConnectedImpl >> Transport connecting
10-09 18:44:15.297 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:15.297 | INFO     | 2      | TNTwilsockClientImpl | sendInit, id = dd31c7023fcb4fe7bccc0933cc09aadaaada
10-09 18:44:15.301 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTransportConnectingState:       547543245904 | 10/09/18:44:15.301 | INFO     | 8      | TNTransportConnectingState | Leaving state: Transport connecting
10-09 18:44:15.302 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.302 | INFO     | 1      | TNTwilsockClient | Change state: Transport connecting --> Initialising
10-09 18:44:15.302 4839-5026/com.twilio.chat.demo.debug I/TWC: TNInitialisingState:       547543245904 | 10/09/18:44:15.302 | INFO     | 10     | TNInitialisingState | Entering state: Initialising
10-09 18:44:15.326 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.426 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.444 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:15.444 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = dd31c7023fcb4fe7bccc0933cc09aadaaada
10-09 18:44:15.444 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.444 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessInitReply >> Initialising
10-09 18:44:15.445 4839-5026/com.twilio.chat.demo.debug I/TWC: TNInitialisingState:       547543245904 | 10/09/18:44:15.444 | INFO     | 10     | TNInitialisingState | Leaving state: Initialising
10-09 18:44:15.445 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.445 | INFO     | 1      | TNTwilsockClient | Change state: Initialising --> Connected
10-09 18:44:15.445 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:15.445 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-09 18:44:15.445 4839-5026/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547543245904 | 10/09/18:44:15.445 | INFO     | 4      | TNHttpTransportClient | twilsock is ready to send upstream messages
10-09 18:44:15.446 4839-5027/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547542205520 | 10/09/18:44:15.445 | INFO     | 4      | TNHttpTransportClient | requestId=RQ1aa42636a98544f199f7f93d456efb56, sending request to: https://ems.us1.twilio.com/v1/token
10-09 18:44:15.451 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.451 | INFO     | 1      | TNTwilsockClient | sendMessageImpl >> Connected RQ1aa42636a98544f199f7f93d456efb56
10-09 18:44:15.451 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:15.451 | INFO     | 2      | TNTwilsockClientImpl | sendMessageMessage, id = RQ1aa42636a98544f199f7f93d456efb56 - present
10-09 18:44:15.527 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.628 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.631 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:15.631 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = RQ1aa42636a98544f199f7f93d456efb56
10-09 18:44:15.632 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.632 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessMessageReply >> Connected
10-09 18:44:15.633 4839-5026/com.twilio.chat.demo.debug I/TWC: TCHttpObserver:       547543245904 | 10/09/18:44:15.633 | INFO     | 9      | TCHttpObserver | Response has been received: 200 - OK
                                                                               '{"twilio_rtd_token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImN0eSI6InR3aWxpby1mcGE7dj0xIn0.eyJqdGkiOiJTSzA2ZmM0ODI2NmFiMDkyNWM1OGQwZWEzMzkzZTYxMTFhLTE1MDc1NDU0NjMiLCJncmFudHMiOnsiaWRlbnRpdHkiOiJ3b3JrZXJAbW9iaWxlLmNvbSIsImlwX21lc3NhZ2luZyI6eyJzZXJ2aWNlX3NpZCI6IklTZmZjZjcyNjUxMjJlNGMwMmI4ZWE2YTNiMWZhNTBjMTIifX0sImlzcyI6IlNLMDZmYzQ4MjY2YWIwOTI1YzU4ZDBlYTMzOTNlNjExMWEiLCJuYmYiOjE1MDc1NDU0NjMsImV4cCI6MTUwNzYzMTg2Mywic3ViIjoiQUM4YmYxMjZmYmU1YjkyYmUwOWQzN2Q1OGMxZGU4MmRmYyJ9.DoA6fJb16x6AyHSIuwEULaLpSvDNZM1vJmaBM-Yyt9M.eyJjdHkiOiJ0d2lsaW8tZnBhO3Y9MSIsInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJncmFudHMiOnsiaWRlbnRpdHkiOiJ3b3JrZXJAbW9iaWxlLmNvbSIsImlwX21lc3NhZ2luZyI6eyJzZXJ2aWNlX3NpZCI6IklTZmZjZjcyNjUxMjJlNGMwMmI4ZWE2YTNiMWZhNTBjMTIiLCJlbmRwb2ludF9pZCI6InR3aTEtZTkxM2U3OTI1OTI0NDE4YzljODIxYjY4YmU1ZTFmODUifX0sInN1YiI6IkFDOGJmMTI2ZmJlNWI5MmJlMDlkMzdkNThjMWRlODJkZmMiLCJpc3MiOiJTS2RhZGJhZDBhN2E2YWE1ZWMwNDg1ZGZlODU4
10-09 18:44:15.648 4839-5026/com.twilio.chat.demo.debug I/TWC: TCBackoffEmsClient:       547543245904 | 10/09/18:44:15.648 | INFO     | 6      | TCBackoffEmsClient | backoff result: 0 - '', setToken result: 0
10-09 18:44:15.649 4839-5025/com.twilio.chat.demo.debug I/TWC: IPM:       547544286288 | 10/09/18:44:15.649 | INFO     | IPM | client: version: 10.2.2, build id: 178, build branch: release-10.2.2, os: android, arch: arm64-v8a, chat lib: 10.2.2, datasync lib: 4.17.0
10-09 18:44:15.649 4839-5025/com.twilio.chat.demo.debug I/TWC: IPM:       547544286288 | 10/09/18:44:15.649 | INFO     | IPM | client: platform: Android|2.0.0|Meizu|Meizu M5c|23
10-09 18:44:15.650 4839-5025/com.twilio.chat.demo.debug I/TWC: IPM:       547544286288 | 10/09/18:44:15.649 | INFO     | IPM | 1 concurrent threads are supported
10-09 18:44:15.652 4839-5025/com.twilio.chat.demo.debug I/TWC: SyncClient:       547544286288 | 10/09/18:44:15.651 | INFO     | 14     | SyncClient | initializing product: ip_messaging sdk: cpp/4.17.0 os: Linux/3.18.19+ platform: aarch64/4.17.0
10-09 18:44:15.652 4839-5025/com.twilio.chat.demo.debug I/TWC: SyncClient:       547544286288 | 10/09/18:44:15.652 | INFO     | 14     | SyncClient | build #363 release: 4.17.0 branch: release-4.17.0
10-09 18:44:15.652 4839-5025/com.twilio.chat.demo.debug I/TWC: TSCoreDataService:       547544286288 | 10/09/18:44:15.652 | INFO     | 17     | TSCoreDataService | constructed
10-09 18:44:15.652 4839-5025/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547544286288 | 10/09/18:44:15.652 | INFO     | 16     | TSNotificationRouter | Registering for notification events
10-09 18:44:15.659 4839-5025/com.twilio.chat.demo.debug I/TWC: SyncList:       547544286288 | 10/09/18:44:15.659 | INFO     | 20     | SyncList | constructed
10-09 18:44:15.660 4839-5025/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       547544286288 | 10/09/18:44:15.659 | INFO     | 21     | TSCollectionCreateActivity | constructed
10-09 18:44:15.661 4839-5025/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       547544286288 | 10/09/18:44:15.660 | INFO     | 21     | TSCollectionCreateActivity | start 1
10-09 18:44:15.662 4839-5028/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       547541165136 | 10/09/18:44:15.662 | INFO     | 21     | TSCollectionCreateActivity | query [0] /v3/Lists
10-09 18:44:15.665 4839-5025/com.twilio.chat.demo.debug I/TWC: SyncList:       547544286288 | 10/09/18:44:15.665 | INFO     | 20     | SyncList | create action id: 1 name: 0 purpose: 1
10-09 18:44:15.668 4839-5025/com.twilio.chat.demo.debug W/art: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[13,tid=5025,Native,Thread*=0x7faaf8bdd0,peer=0x12ea9160,"chat.demo.debug - 5025"]
10-09 18:44:15.675 4839-5067/com.twilio.chat.demo.debug W/art: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[13,tid=5067,Native,Thread*=0x7faaec8bf0,peer=0x12ea9280,"mo.debug - 5025 - 5067"]
10-09 18:44:15.678 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.678 | INFO     | 1      | TNTwilsockClient | addObserverImpl >> Connected
10-09 18:44:15.684 4839-5028/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547541165136 | 10/09/18:44:15.684 | INFO     | 4      | TNHttpTransportClient | requestId=RQbc163a55d8be4104ae9835d01761aa31, enqueueing request to: https://cds.us1.twilio.com/v3/Lists
10-09 18:44:15.685 4839-5034/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547534922832 | 10/09/18:44:15.685 | INFO     | 4      | TNHttpTransportClient | requestId=RQbc163a55d8be4104ae9835d01761aa31, sending request to: https://cds.us1.twilio.com/v3/Lists
10-09 18:44:15.687 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.687 | INFO     | 1      | TNTwilsockClient | sendMessageImpl >> Connected RQbc163a55d8be4104ae9835d01761aa31
10-09 18:44:15.687 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:15.687 | INFO     | 2      | TNTwilsockClientImpl | sendMessageMessage, id = RQbc163a55d8be4104ae9835d01761aa31 - present
10-09 18:44:15.697 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.697 | INFO     | 1      | TNTwilsockClient | addNotificationCtxImpl >> Connected
10-09 18:44:15.698 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:15.698 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-09 18:44:15.699 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.698 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-09 18:44:15.699 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:15.699 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-09 18:44:15.699 4839-5026/com.twilio.chat.demo.debug E/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:15.699 | CRITICAL | 2      | TNTwilsockClientImpl | Message type list is empty
10-09 18:44:15.699 4839-5026/com.twilio.chat.demo.debug W/TWC: TNRegNotificationCtxSession:       547543245904 | 10/09/18:44:15.699 | WARNING  | 23     | TNRegNotificationCtxSession | Could not operate with notification context in twilsock. Error 16
10-09 18:44:15.700 4839-5026/com.twilio.chat.demo.debug A/TWC: TNNotificationClient:       547543245904 | 10/09/18:44:15.699 | FATAL    | 12     | TNNotificationClient | Fatal error while registering twilsock connection: 9: Message type list is empty, public error code: 0
10-09 18:44:15.700 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:15.700 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-09 18:44:15.700 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.700 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-09 18:44:15.701 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:15.700 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-09 18:44:15.703 4839-5063/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547514045520 | 10/09/18:44:15.703 | INFO     | 16     | TSNotificationRouter | Transport state changed. Is enabled: 0
10-09 18:44:15.705 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.705 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Connected
10-09 18:44:15.707 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:15.706 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-09 18:44:15.707 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.707 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-09 18:44:15.707 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:15.707 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-09 18:44:15.715 4839-5063/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547514045520 | 10/09/18:44:15.715 | INFO     | 16     | TSNotificationRouter | Successfully subscribed for notification message type: com.twilio.rtd.cds.document
10-09 18:44:15.717 4839-5063/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547514045520 | 10/09/18:44:15.717 | INFO     | 16     | TSNotificationRouter | Successfully subscribed for notification message type: com.twilio.rtd.cds.list
10-09 18:44:15.719 4839-5063/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547514045520 | 10/09/18:44:15.719 | INFO     | 16     | TSNotificationRouter | Successfully subscribed for notification message type: com.twilio.rtd.cds.map
10-09 18:44:15.720 4839-5063/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547514045520 | 10/09/18:44:15.720 | INFO     | 16     | TSNotificationRouter | Successfully subscribed for notification message type: twilio.sync.event
10-09 18:44:15.724 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:15.724 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = e3e59f50984947cf8a48ed8733b920e220e2
10-09 18:44:15.728 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.729 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.729 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-09 18:44:15.730 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.730 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-09 18:44:15.731 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.730 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-09 18:44:15.733 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.733 | INFO     | 1      | TNTwilsockClient | updateNotificationCtxImpl >> Update registration
10-09 18:44:15.735 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:15.735 | INFO     | 12     | TNNotificationClient | onTwilsockConnected
10-09 18:44:15.736 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:15.735 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 2, new state 0
10-09 18:44:15.737 4839-5063/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547514045520 | 10/09/18:44:15.737 | INFO     | 16     | TSNotificationRouter | Transport state changed. Is enabled: 0
10-09 18:44:15.738 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:15.737 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-09 18:44:15.738 4839-5063/com.twilio.chat.demo.debug W/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:15.738 | WARNING  | 12     | TNNotificationClient | onTwilsockError: 0 - Message type list is empty
10-09 18:44:15.740 4839-5070/com.twilio.chat.demo.debug W/art: Native thread exiting without having called DetachCurrentThread (maybe it's going to use a pthread_key_create destructor?): Thread[16,tid=5070,Native,Thread*=0x7faaf9f080,peer=0x12ed00a0,"g - 5025 - 5063 - 5070"]
10-09 18:44:15.828 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.872 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:15.871 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = RQbc163a55d8be4104ae9835d01761aa31
10-09 18:44:15.876 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.876 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessMessageReply >> Update registration
10-09 18:44:15.877 4839-5026/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       547543245904 | 10/09/18:44:15.877 | INFO     | 21     | TSCollectionCreateActivity | response RQbc163a55d8be4104ae9835d01761aa31 status 201 body 917 bytes
10-09 18:44:15.878 4839-5026/com.twilio.chat.demo.debug I/TWC: TSCollectionCreateActivity:       547543245904 | 10/09/18:44:15.878 | INFO     | 21     | TSCollectionCreateActivity | destructed
10-09 18:44:15.929 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:15.944 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:15.944 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = e3e59f50984947cf8a48ed8733b920e220e2
10-09 18:44:15.945 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.945 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-09 18:44:15.945 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:15.945 | INFO     | 25     | TNContextUpdateState | Notification context 65cf6bce4b74425b8a20c100a214de2f was successfully put
10-09 18:44:15.946 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:15.946 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-09 18:44:15.946 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.946 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-09 18:44:15.946 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:15.946 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-09 18:44:15.946 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:15.946 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-09 18:44:15.946 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:15.946 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-09 18:44:15.947 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:15.946 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-09 18:44:15.949 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:15.948 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-09 18:44:15.949 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:15.949 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 0, new state 1
10-09 18:44:15.949 4839-5063/com.twilio.chat.demo.debug I/TWC: TSNotificationRouter:       547514045520 | 10/09/18:44:15.949 | INFO     | 16     | TSNotificationRouter | Transport state changed. Is enabled: 1
10-09 18:44:15.949 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:15.949 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-09 18:44:15.974 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:15.974 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 7cb961ad28d14ccabe4becd8571728c828c8
10-09 18:44:16.029 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.069 2051-2061/? I/PerfService: PerfServiceNative_getPackName
10-09 18:44:16.070 971-1672/? I/libPerfService: perfGetLastBoostPid 4839
10-09 18:44:16.070 971-1672/? I/libPerfService: perfGetLastBoostPid 4839
10-09 18:44:16.130 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.131 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:16.131 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 7cb961ad28d14ccabe4becd8571728c828c8
10-09 18:44:16.132 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.132 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-09 18:44:16.132 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.132 | INFO     | 25     | TNContextUpdateState | Notification context 65cf6bce4b74425b8a20c100a214de2f was successfully put
10-09 18:44:16.132 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.132 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-09 18:44:16.132 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.132 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-09 18:44:16.132 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:16.132 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-09 18:44:16.133 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:16.133 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-09 18:44:16.133 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.133 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-09 18:44:16.133 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.133 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-09 18:44:16.145 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.144 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-09 18:44:16.145 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.145 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 1, new state 1
10-09 18:44:16.146 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.146 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-09 18:44:16.162 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:16.162 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 7eed9a9814254452b11d35214e11015d015d
10-09 18:44:16.230 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.260 296-296/? I/thermal_repeater: select timeout
10-09 18:44:16.333 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.338 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:16.337 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 7eed9a9814254452b11d35214e11015d015d
10-09 18:44:16.342 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.342 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-09 18:44:16.343 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.342 | INFO     | 25     | TNContextUpdateState | Notification context 65cf6bce4b74425b8a20c100a214de2f was successfully put
10-09 18:44:16.347 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.346 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-09 18:44:16.348 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.347 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 1, new state 1
10-09 18:44:16.351 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.351 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-09 18:44:16.352 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.352 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-09 18:44:16.352 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:16.352 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-09 18:44:16.356 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.356 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-09 18:44:16.357 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:16.357 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-09 18:44:16.357 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.357 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-09 18:44:16.358 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.357 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-09 18:44:16.371 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:16.371 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 4fd8ba6edeb34d949d1f56e9ae8f8bda8bda
10-09 18:44:16.387 4839-5033/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547535963216 | 10/09/18:44:16.387 | INFO     | 4      | TNHttpTransportClient | requestId=RQfaede5d8412a4ca594f89b81963868c5, enqueueing request to: https://cds.us1.twilio.com/v4/Subscriptions
10-09 18:44:16.389 4839-5027/com.twilio.chat.demo.debug I/TWC: TNHttpTransportClient:       547542205520 | 10/09/18:44:16.388 | INFO     | 4      | TNHttpTransportClient | requestId=RQfaede5d8412a4ca594f89b81963868c5, sending request to: https://cds.us1.twilio.com/v4/Subscriptions
10-09 18:44:16.390 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.390 | INFO     | 1      | TNTwilsockClient | sendMessageImpl >> Update registration RQfaede5d8412a4ca594f89b81963868c5
10-09 18:44:16.391 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:16.391 | INFO     | 2      | TNTwilsockClientImpl | sendMessageMessage, id = RQfaede5d8412a4ca594f89b81963868c5 - present
10-09 18:44:16.434 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.535 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.537 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:16.536 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = 4fd8ba6edeb34d949d1f56e9ae8f8bda8bda
10-09 18:44:16.538 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.538 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessPutNotificationCtxReply >> Update registration
10-09 18:44:16.538 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.538 | INFO     | 25     | TNContextUpdateState | Notification context 65cf6bce4b74425b8a20c100a214de2f was successfully put
10-09 18:44:16.538 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.538 | INFO     | 25     | TNContextUpdateState | Leaving state: Update registration
10-09 18:44:16.538 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.538 | INFO     | 1      | TNTwilsockClient | Change state: Update registration --> Connected
10-09 18:44:16.539 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:16.538 | INFO     | 11     | TNConnectedState | Entering state: Connected
10-09 18:44:16.539 4839-5026/com.twilio.chat.demo.debug I/TWC: TNConnectedState:       547543245904 | 10/09/18:44:16.539 | INFO     | 11     | TNConnectedState | Leaving state: Connected
10-09 18:44:16.539 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.539 | INFO     | 1      | TNTwilsockClient | Change state: Connected --> Update registration
10-09 18:44:16.539 4839-5026/com.twilio.chat.demo.debug I/TWC: TNContextUpdateState:       547543245904 | 10/09/18:44:16.539 | INFO     | 25     | TNContextUpdateState | Entering state: Update registration
10-09 18:44:16.540 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.540 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registered
10-09 18:44:16.540 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.540 | INFO     | 12     | TNNotificationClient | updateAggregatedTransportState, old state: 1, new state 1
10-09 18:44:16.540 4839-5063/com.twilio.chat.demo.debug I/TWC: TNNotificationClient:       547514045520 | 10/09/18:44:16.540 | INFO     | 12     | TNNotificationClient | onRegStateChanged: twilsock: 'internal twilsock address', state: Registering
10-09 18:44:16.547 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:16.547 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 8, id = RQfaede5d8412a4ca594f89b81963868c5
10-09 18:44:16.559 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:16.559 | INFO     | 2      | TNTwilsockClientImpl | sendPutNotificationCtx, id = 68b3a718774b4aeaae022ad008db620b620b
10-09 18:44:16.565 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.565 | INFO     | 1      | TNTwilsockClient | ReceivedSuccessMessageReply >> Update registration
10-09 18:44:16.577 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:16.577 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 4, id = TMa40f5911a6c74fe08c4eedf2fcbcbe2e
10-09 18:44:16.578 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.578 | INFO     | 1      | TNTwilsockClient | sendSuccessReplyImpl >> Update registration
10-09 18:44:16.578 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:16.578 | INFO     | 2      | TNTwilsockClientImpl | sendSuccessReply, id = TMa40f5911a6c74fe08c4eedf2fcbcbe2e
10-09 18:44:16.581 4839-5044/com.twilio.chat.demo.debug I/TWC: Router:       547524518992 | 10/09/18:44:16.581 | INFO     | 0      | Router | Message with type 'twilio.sync.event, from channel: twilsock' is being routed to 1 targets
10-09 18:44:16.588 4839-5043/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547525559376 | 10/09/18:44:16.588 | INFO     | 1      | TNTwilsockClient | onMessageReceived, method = 4, id = TM7d04ac6cea84437ca235b28daa474e9d
10-09 18:44:16.589 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClient:       547543245904 | 10/09/18:44:16.589 | INFO     | 1      | TNTwilsockClient | sendSuccessReplyImpl >> Update registration
10-09 18:44:16.589 4839-5026/com.twilio.chat.demo.debug I/TWC: TNTwilsockClientImpl:       547543245904 | 10/09/18:44:16.589 | INFO     | 2      | TNTwilsockClientImpl | sendSuccessReply, id = TM7d04ac6cea84437ca235b28daa474e9d
10-09 18:44:16.592 4839-5044/com.twilio.chat.demo.debug I/TWC: Router:       547524518992 | 10/09/18:44:16.592 | INFO     | 0      | Router | Message with type 'twilio.sync.event, from channel: twilsock' is being routed to 1 targets
10-09 18:44:16.625 4839-5088/com.twilio.chat.demo.debug I/TWC: TMD:       547513005136 | 10/09/18:44:16.624 | INFO     | TMD | client: version: 0.1.0, build id: 46, build branch: release-0.1.0, os: android, arch: arm64-v8a
10-09 18:44:16.625 4839-5088/com.twilio.chat.demo.debug I/TWC: TMD:       547513005136 | 10/09/18:44:16.625 | INFO     | TMD | client created with token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImN0eSI6InR3aWxpby1mcGE7dj0xIn0.eyJqdGkiOiJTSzA2ZmM0ODI2NmFiMDkyNWM1OGQwZWEzMzkzZTYxMTFhLTE1MDc1NDU0NjMiLCJncmFudHMiOnsiaWRlbnRpdHkiOiJ3b3JrZXJAbW9iaWxlLmNvbSIsImlwX21lc3NhZ2luZyI6eyJzZXJ2aWNlX3NpZCI6IklTZmZjZjcyNjUxMjJlNGMwMmI4ZWE2YTNiMWZhNTBjMTIifX0sImlzcyI6IlNLMDZmYzQ4MjY2YWIwOTI1YzU4ZDBlYTMzOTNlNjExMWEiLCJuYmYiOjE1MDc1NDU0NjMsImV4cCI6MTUwNzYzMTg2Mywic3ViIjoiQUM4YmYxMjZmYmU1YjkyYmUwOWQzN2Q1OGMxZGU4MmRmYyJ9.DoA6fJb16x6AyHSIuwEULaLpSvDNZM1vJmaBM-Yyt9M.eyJjdHkiOiJ0d2lsaW8tZnBhO3Y9MSIsInR5cCI6IkpXVCIsImFsZyI6IkhTMjU2In0.eyJncmFudHMiOnsiaWRlbnRpdHkiOiJ3b3JrZXJAbW9iaWxlLmNvbSIsImlwX21lc3NhZ2luZyI6eyJzZXJ2aWNlX3NpZCI6IklTZmZjZjcyNjUxMjJlNGMwMmI4ZWE2YTNiMWZhNTBjMTIiLCJlbmRwb2ludF9pZCI6InR3aTEtZTkxM2U3OTI1OTI0NDE4YzljODIxYjY4YmU1ZTFmODUifX0sInN1YiI6IkFDOGJmMTI2ZmJlNWI5MmJlMDlkMzdkNThjMWRlODJkZmMiLCJpc3MiOiJTS2RhZGJhZDBhN2E2YWE1ZWMwNDg1ZGZlODU4ODVkODk3IiwiZXhwIjoxNTA3NTQ1ODU2fQ.0oFoaASdPRHo7TigH
                                                                    
                                                                    --------- beginning of crash
10-09 18:44:16.625 4839-5088/com.twilio.chat.demo.debug A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x30 in tid 5088 (mo.debug - 5025)
10-09 18:44:16.629 5091-5091/? I/AEE/AED: handle_request(12)
10-09 18:44:16.633 5091-5091/? I/AEE/AED: check process 4839 name:chat.demo.debug
10-09 18:44:16.635 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.636 5091-5091/? I/AEE/AED: tid 5088 abort msg address is:0x0000007f91f7d000 si_code is:1 (request from 4839:10212)
10-09 18:44:16.638 5091-5091/? I/AEE/AED: BOOM: pid=4839 uid=10212 gid=10212 tid=5088
10-09 18:44:16.639 5091-5091/? I/AEE/AED: [OnPurpose Redunant in void preset_info(aed_report_record*, int, int)] pid: 4839, tid: 5088, name: mo.debug - 5025  >>> com.twilio.chat.demo.debug <<<
10-09 18:44:16.643 971-1032/? E/WifiStateMachine: calculateWifiScore not update currentConfiguration visibility
10-09 18:44:16.736 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.741 5091-5091/? I/AEE/AED: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-09 18:44:16.741 5091-5091/? I/AEE/AED: Build fingerprint: 'meizu/meizu_M5c/M5c:6.0/MRA58K/1495359560:user/release-keys'
10-09 18:44:16.741 5091-5091/? I/AEE/AED: Revision: '0'
10-09 18:44:16.741 5091-5091/? I/AEE/AED: ABI: 'arm64'
10-09 18:44:16.741 5091-5091/? I/AEE/AED: pid: 4839, tid: 5088, name: mo.debug - 5025  >>> com.twilio.chat.demo.debug <<<
10-09 18:44:16.741 5091-5091/? I/AEE/AED: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x30
10-09 18:44:16.770 5091-5091/? I/AEE/AED: Abort message: '      547543245904 | 10/09/18:44:15.699 | FATAL    | 12     | TNNotificationClient | Fatal error while registering twilsock connection: 9: Message type list is empty, public error code: 0'
10-09 18:44:16.770 5091-5091/? I/AEE/AED:     x0   0000000000000030  x1   0000007faafa3568  x2   0000000000000001  x3   0000007faaf4f890
10-09 18:44:16.770 5091-5091/? I/AEE/AED:     x4   0000000000000000  x5   0000000000000001  x6   0000000000000000  x7   0000000000000000
10-09 18:44:16.770 5091-5091/? I/AEE/AED:     x8   0000007faaf662d8  x9   0000000000000001  x10  0000000000000000  x11  0000000000000000
10-09 18:44:16.770 5091-5091/? I/AEE/AED:     x12  0000007f968d6b28  x13  0000007faaf348f0  x14  0000007f7a616000  x15  0000007f968d6b28
10-09 18:44:16.770 5091-5091/? I/AEE/AED:     x16  0000007f7d3e5228  x17  0000000000000000  x18  000000000000000c  x19  0000007faafa3558
10-09 18:44:16.771 5091-5091/? I/AEE/AED:     x20  0000007faafa34b0  x21  0000007faafa34b0  x22  0000000000004e20  x23  0000007faaf66288
10-09 18:44:16.771 5091-5091/? I/AEE/AED:     x24  0000007faaf66270  x25  0000007faafa34c8  x26  0000007f9688c000  x27  0000007f7b00ef30
10-09 18:44:16.771 5091-5091/? I/AEE/AED:     x28  0000000000001000  x29  0000007f7a5154d0  x30  0000007f7ca31844
10-09 18:44:16.771 5091-5091/? I/AEE/AED:     sp   0000007f7a5154d0  pc   0000007f7ca3184c  pstate 0000000020000000
10-09 18:44:16.790 5091-5091/? I/AEE/AED: backtrace:
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #00 pc 000000000074484c  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZN3rtd22TMDClientStateJustBorn10initializeEv+88)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #01 pc 0000000000745ba0  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZN3rtd9TMDClientC1ERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_mNS1_10shared_ptrINS_18ITMDClientObserverEEENSA_INS_16TMDObjectFactoryEEE+1816)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #02 pc 000000000075b680  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZNSt3__110shared_ptrIN3rtd9TMDClientEE11make_sharedIJRNS_12basic_stringIcNS_11char_traitsIcEENS_9allocatorIcEEEESB_RmRNS0_INS1_18ITMDClientObserverEEENS0_INS1_16TMDObjectFactoryEEEEEES3_DpOT_+2228)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #03 pc 0000000000758b9c  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZN3rtd16TMDObjectFactory12createClientENSt3__110shared_ptrINS_18ITMDClientObserverEEE+168)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #04 pc 00000000007453d0  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZN3rtd10ITMDClient12createClientERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_mNS1_10shared_ptrINS_18ITMDClientObserverEEE+272)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #05 pc 0000000000573a94  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZN3rtd16TMObjectsFactory17createMediaClientERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEES9_mNS1_10shared_ptrINS_18ITMDClientObserverEEE+124)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #06 pc 0000000000549ca8  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZN3rtd8TMClient22continueInitializationEv+2556)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #07 pc 000000000054d5ec  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZN3rtd31TMClientStateSessionInitialized7onEnterEi+44)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #08 pc 0000000000568fd4  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZZN3rtd14TMStateMachineINS_13TMClientStateEE19changeStateInternalEiENKUlvE0_clEv+92)
10-09 18:44:16.791 5091-5091/? I/AEE/AED:     #09 pc 0000000000571358  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZNSt3__120__packaged_task_funcINS_6__bindIZN3rtd14TMStateMachineINS2_13TMClientStateEE19changeStateInternalEiEUlvE0_JEEENS_9allocatorIS7_EEFvvEEclEv+100)
10-09 18:44:16.792 5091-5091/? I/AEE/AED:     #10 pc 00000000005704d4  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZNSt3__113packaged_taskIFvvEEclEv+440)
10-09 18:44:16.792 5091-5091/? I/AEE/AED:     #11 pc 000000000056d2f0  /data/app/com.twilio.chat.demo.debug-1/lib/arm64/libtwilio-rtd-native.so (_ZNSt3__114__thread_proxyINS_5tupleIJNS_13packaged_taskIFvvEEEEEEEEPvS6_+232)
10-09 18:44:16.792 5091-5091/? I/AEE/AED:     #12 pc 0000000000068da8  /system/lib64/libc.so (_ZL15__pthread_startPv+52)
10-09 18:44:16.792 5091-5091/? I/AEE/AED:     #13 pc 000000000001c744  /system/lib64/libc.so (__start_thread+16)
10-09 18:44:16.836 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:16.936 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.037 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.071 2051-2061/? I/PerfService: PerfServiceNative_getPackName
10-09 18:44:17.071 971-990/? I/libPerfService: perfGetLastBoostPid 4839
10-09 18:44:17.071 971-990/? I/libPerfService: perfGetLastBoostPid 4839
10-09 18:44:17.137 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.237 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.338 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.438 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.540 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.656 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.681 275-798/? I/AudioFlinger_Threads: thread 0xf0668008 type 0 TID 798 going to sleep
10-09 18:44:17.683 5091-5091/? I/AEE/AED: Tombstone written to: /data/tombstones/tombstone_01
10-09 18:44:17.683 5091-5091/? E/AEE/AED: AM write failed: Broken pipe
10-09 18:44:17.683 5091-5091/? E/AEE/AED: request.action: 0
                                          
                                          --------- beginning of system
10-09 18:44:17.689 971-998/? I/BootReceiver: Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE)
10-09 18:44:17.727 971-5106/? W/ActivityManager:   Force finishing activity com.twilio.chat.demo.debug/com.twilio.chat.demo.LoginActivity
10-09 18:44:17.740 971-5106/? I/BufferQueue: [unnamed-971-0](this:0x7fabada2c0,id:0,api:0,p:-1,c:-1) BufferQueue core=(971:system_server)
10-09 18:44:17.746 256-469/? I/[MALI][Gralloc]: [+]hnd(0x7fda7faff0), client(26), share_fd(53), hnd->flags:4
10-09 18:44:17.749 971-5106/? I/[MALI][Gralloc]: [+]r_hnd(0x7faba84280), client(109), share_fd(250)
10-09 18:44:17.752 256-989/? I/[MALI][Gralloc]: [-]hnd(0x7fda7faff0), client(26), share_fd(53)
10-09 18:44:17.753 256-256/? I/[MALI][Gralloc]: [+]r_hnd(0x7fda7fb1e0), client(26), share_fd(60)
10-09 18:44:17.760 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.766 256-256/? I/[MALI][Gralloc]: [-]r_hnd(0x7fda7fb1e0), client(26), share_fd(60)
10-09 18:44:17.778 971-5106/? I/[MALI][Gralloc]: [-]r_hnd(0x7faba84280), client(109), share_fd(250)
10-09 18:44:17.783 971-5106/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 112)
10-09 18:44:17.783 971-1089/? I/BufferQueue: [ScreenshotClient](this:0x7fabada2c0,id:0,api:1,p:-1,c:-1) ~BufferQueueCore
10-09 18:44:17.796 971-5106/? W/ActivityManager: Exception thrown during pause
                                                 android.os.DeadObjectException: Transaction failed on small parcel; remote process probably died
                                                     at android.os.BinderProxy.transactNative(Native Method)
                                                     at android.os.BinderProxy.transact(Binder.java:515)
                                                     at android.app.ApplicationThreadProxy.schedulePauseActivity(ApplicationThreadNative.java:857)
                                                     at com.android.server.am.ActivityStack.startPausingLocked(ActivityStack.java:999)
                                                     at com.android.server.am.ActivityStack.finishActivityLocked(ActivityStack.java:3584)
                                                     at com.android.server.am.ActivityStack.finishTopRunningActivityLocked(ActivityStack.java:3389)
                                                     at com.android.server.am.ActivityStackSupervisor.finishTopRunningActivityLocked(ActivityStackSupervisor.java:3298)
                                                     at com.android.server.am.ActivityManagerService.handleAppCrashLocked(ActivityManagerService.java:14970)
                                                     at com.android.server.am.ActivityManagerService.makeAppCrashingLocked(ActivityManagerService.java:14865)
                                                     at com.android.server.am.ActivityManagerService.crashApplication(ActivityManagerService.java:15703)
                                                     at com.android.server.am.ActivityManagerService.handleApplicationCrashInner(ActivityManagerService.java:15070)
                                                     at com.android.server.am.NativeCrashListener$NativeCrashReporter.run(NativeCrashListener.java:86)
10-09 18:44:17.802 971-1000/? E/JavaBinder: !!! FAILED BINDER TRANSACTION !!!  (parcel size = 60)
10-09 18:44:17.805 256-469/? I/SurfaceFlinger: EventThread Client Pid (4839) disconnected by (256)
10-09 18:44:17.805 256-469/? I/SurfaceFlinger: EventThread Client Pid (4839) disconnected by (256)
10-09 18:44:17.806 256-1025/? I/[MALI][Gralloc]: [-]hnd(0x7fda783910), client(26), share_fd(47)
10-09 18:44:17.806 256-1025/? I/[MALI][Gralloc]: [-]hnd(0x7fda96ff40), client(26), share_fd(65)
10-09 18:44:17.811 971-1018/? W/InputDispatcher: channel 'b2d6a8d com.twilio.chat.demo.debug/com.twilio.chat.demo.LoginActivity (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
10-09 18:44:17.811 971-1018/? E/InputDispatcher: channel 'b2d6a8d com.twilio.chat.demo.debug/com.twilio.chat.demo.LoginActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
10-09 18:44:17.815 971-1964/? I/WindowState: WIN DEATH: Window{b2d6a8d u0 com.twilio.chat.demo.debug/com.twilio.chat.demo.LoginActivity}
10-09 18:44:17.816 971-1964/? W/InputDispatcher: Attempted to unregister already unregistered input channel 'b2d6a8d com.twilio.chat.demo.debug/com.twilio.chat.demo.LoginActivity (server)'
10-09 18:44:17.817 304-304/? I/Zygote: Process 4839 exited due to signal (11)
10-09 18:44:17.824 254-254/? E/lowmemorykiller: Error opening /proc/4839/oom_score_adj; errno=2
10-09 18:44:17.825 971-994/? I/libPerfService: perfSetFavorPid - pid:1758, 6de
10-09 18:44:17.832 971-1672/? I/ActivityManager: Process com.twilio.chat.demo.debug (pid 4839) has died
10-09 18:44:17.837 971-1055/? I/libPerfService: 1: set freq: 1248000
10-09 18:44:17.837 971-1055/? I/libPerfService: 1: set: 4
10-09 18:44:17.860 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.878 971-2060/? W/PackageManager: checkUidPermission(): android.permission.INTERACT_ACROSS_USERS_FULL of 10012 is denied.
10-09 18:44:17.895 256-256/? I/BufferQueue: [unnamed-256-15](this:0x7fda96dfa0,id:15,api:0,p:-1,c:-1) BufferQueue core=(256:/system/bin/surfaceflinger)
10-09 18:44:17.920 971-1000/? I/WindowManager: Gaining focus: Window{914e52 u0 com.meizu.flyme.launcher/com.meizu.flyme.launcher.Launcher}
10-09 18:44:17.925 256-989/? I/[MALI][Gralloc]: [+]hnd(0x7fda96c580), client(26), share_fd(29), hnd->flags:4
10-09 18:44:17.926 256-989/? I/[MALI][Gralloc]: [+]hnd(0x7fda96fd30), client(26), share_fd(52), hnd->flags:4
10-09 18:44:17.926 1758-2012/? W/libEGL: [ANDROID_RECORDABLE] format: 1
10-09 18:44:17.927 256-989/? I/[MALI][Gralloc]: [+]hnd(0x7fda8119e0), client(26), share_fd(50), hnd->flags:4
10-09 18:44:17.956 1599-1634/? E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport
10-09 18:44:17.961 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:17.966 971-978/? I/System: FinalizerDaemon: finalize objects = 1
10-09 18:44:17.967 971-980/? I/art: Background partial concurrent mark sweep GC freed 34747(3MB) AllocSpace objects, 22(2040KB) LOS objects, 14% free, 23MB/27MB, paused 3.056ms total 196.920ms
10-09 18:44:17.971 971-1655/? W/PackageManager: checkUidPermission(): android.permission.GET_DETAILED_TASKS of 10012 is denied.
10-09 18:44:17.986 1758-1758/? I/Launcher: launcher guest mode set draglayout visiable
10-09 18:44:17.990 971-1791/? W/InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 4839 uid 10212
10-09 18:44:18.005 1585-1585/? W/DecodingInfo: No Engine for Decoding
10-09 18:44:18.038 256-469/? I/[MALI][Gralloc]: [-]hnd(0x7fda8119e0), client(26), share_fd(50)
10-09 18:44:18.040 256-469/? I/[MALI][Gralloc]: [+]hnd(0x7fda7acf90), client(26), share_fd(27), hnd->flags:4
10-09 18:44:18.043 1758-2012/? I/[MALI][Gralloc]: [+]r_hnd(0x7fab493000), client(54), share_fd(53)
10-09 18:44:18.050 256-1024/? I/[MALI][Gralloc]: [-]hnd(0x7fda96fd30), client(26), share_fd(52)
10-09 18:44:18.051 256-1024/? I/[MALI][Gralloc]: [+]hnd(0x7fda8119e0), client(26), share_fd(32), hnd->flags:4
10-09 18:44:18.054 1758-2012/? I/[MALI][Gralloc]: [+]r_hnd(0x7fab33f6d0), client(54), share_fd(56)
10-09 18:44:18.061 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:18.063 256-256/? I/BufferQueue: [unnamed-256-16](this:0x7fda9beb40,id:16,api:0,p:-1,c:-1) BufferQueue core=(256:/system/bin/surfaceflinger)
10-09 18:44:18.065 256-989/? I/[MALI][Gralloc]: [+]hnd(0x7fda7fb230), client(26), share_fd(33), hnd->flags:4
10-09 18:44:18.067 971-1000/? I/[MALI][Gralloc]: [+]r_hnd(0x7faadf1420), client(109), share_fd(243)
10-09 18:44:18.072 2051-2061/? I/PerfService: PerfServiceNative_getPackName
10-09 18:44:18.073 971-1964/? I/libPerfService: perfGetLastBoostPid 1758
10-09 18:44:18.073 971-1964/? I/libPerfService: perfGetLastBoostPid 1758
10-09 18:44:18.078 971-1791/? I/AccountManagerService: getTypesVisibleToCaller: isPermitted? true
10-09 18:44:18.162 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:18.215 971-1010/? I/android.os.Debug: void android::android_os_Debug_getIONDISP(long int*) match 4:      ion_mm_heap   1  3686400   2 0000000000000000 0000000000000000.
                                                   : 1 3686400 545460846594 3686400 2101849760
10-09 18:44:18.216 971-1010/? I/android.os.Debug: void android::android_os_Debug_getIONDISP(long int*) match 4:      ion_mm_heap   1   126976   3 0000000000000000 0000000000000000.
                                                   : 1 126976 545460846595 3813376 2101849760
10-09 18:44:18.262 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:18.277 971-1973/? I/AccountManagerService: getTypesVisibleToCaller: isPermitted? true
10-09 18:44:18.362 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:18.430 971-1655/? I/AccountManagerService: getTypesVisibleToCaller: isPermitted? true
10-09 18:44:18.462 971-2037/? E/DeviceControl: can not open /sys/class/meizu/usb_thermal/sync_temp.
10-09 18:44:18.476 971-1000/? W/WindowAnimator: Failed to dispatch window animation state change.
                                                android.os.DeadObjectException
                                                    at android.os.BinderProxy.transactNative(Native Method)
                                                    at android.os.BinderProxy.transact(Binder.java:515)
                                                    at android.view.IWindow$Stub$Proxy.onAnimationStopped(IWindow.java:548)
                                                    at com.android.server.wm.WindowAnimator.updateWindowsLocked(WindowAnimator.java:315)
                                                    at com.android.server.wm.WindowAnimator.animateLocked(WindowAnimator.java:710)
                                                    at com.android.server.wm.WindowAnimator.-wrap0(WindowAnimator.java)
                                                    at com.android.server.wm.WindowAnimator$1.doFrame(WindowAnimator.java:137)
                                                    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:896)
                                                    at android.view.Choreographer.doCallbacks(Choreographer.java:699)
                                                    at android.view.Choreographer.doFrame(Choreographer.java:631)
                                                    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:884)
                                                    at android.os.Handler.handleCallback(Handler.java:815)
                                                    at android.os.Handler.dispatchMessage(Handler.java:104)
                                                    at android.os.Looper.loop(Looper.java:207)
                                                    at android.os.HandlerThread.run(HandlerThread.java:61)
                                                    at com.android.server.ServiceThread.run(ServiceThread.java:46)
10-09 18:44:18.481 256-1024/? I/SurfaceFlinger: [SF client] DEL(0x7fda7efef0) for (971:system_server)
10-09 18:44:18.482 971-1000/? E/MultiWindowProxy: getServiceInstance failed!
10-09 18:44:18.489 256-256/? I/BufferQueue: [DimLayer-1](this:0x7fda83c3d0,id:10,api:0,p:-1,c:-1) ~BufferQueueCore
10-09 18:44:18.489 256-256/? I/BufferQueue: [DimLayer-1-AnimBg](this:0x7fda83ed40,id:11,api:0,p:-1,c:-1) ~BufferQueueCore
10-09 18:44:18.490 256-256/? I/BufferQueue: [com.twilio.chat.demo.debug/com.twilio.chat.demo.LoginActivity](this:0x7fda914140,id:14,api:1,p:-1,c:-1) ~BufferQueueCore
10-09 18:44:18.490 256-256/? I/[MALI][Gralloc]: [-]hnd(0x7fda968340), client(26), share_fd(55)
10-09 18:44:18.492 971-1000/? I/[MALI][Gralloc]: [-]r_hnd(0x7faadf1420), client(109), share_fd(243)
10-09 18:44:18.506 256-256/? I/BufferQueue: [thumbnail anim](this:0x7fda9beb40,id:16,api:2,p:-1,c:-1) ~BufferQueueCore
10-09 18:44:18.507 256-256/? I/[MALI][Gralloc]: [-]hnd(0x7fda7fb230), client(26), share_fd(33)
10-09 18:44:18.528 256-989/? I/[MALI][Gralloc]: [-]hnd(0x7fda96c580), client(26), share_fd(29)
10-09 18:44:18.530 256-989/? I/[MALI][Gralloc]: [+]hnd(0x7fda96c580), client(26), share_fd(29), hnd->flags:4
10-09 18:44:18.531 1758-2012/? I/[MALI][Gralloc]: [+]r_hnd(0x7faae38680), client(54), share_fd(57)

@berkus
Copy link
Contributor

berkus commented Oct 9, 2017

Ok, this is known issue and we will release 2.0.1 with fix for it in a few moments. Will post here when it's available!

@iTruff
Copy link
Author

iTruff commented Oct 9, 2017

Great, thanks.

@thatoneguyfromutah
Copy link

Any updates on this? Such as a release date?

@berkus
Copy link
Contributor

berkus commented Oct 11, 2017

It's going through the round of testing; if this goes well - release will be this week.

@berkus
Copy link
Contributor

berkus commented Oct 11, 2017

2.0.1 is released now. Please try consuming it - should fix this issue. Please write back here about the results.

@berkus
Copy link
Contributor

berkus commented Oct 16, 2017

Assuming this is fixed, no response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants