Android 8.0 で を呼び出すとclient.shutdown()
、一貫してクラッシュし、次のエラー メッセージが表示されます。
A/libc: invalid pthread_t 0x7dd83384f0 passed to libc
A/libc: Fatal signal 6 (SIGABRT), code -6 in tid 28040 (RxCachedThreadS)
8.0 より前ではpthread の実装は null を返しますが、スレッドが見つからない場合、8.0 以上で致命的にクラッシュします。これは関連していると思います。
からの潜在的に有用な行ChatClient.setLogLevel
:
W/TWC: TNRegNotificationCtxSession: 540533023984 | 10/04/16:57:35.623 | WARNING | 26 | TNRegNotificationCtxSession | Could not operate with notification context in twilsock. Error 9
E/TWC: TNWebsocket: 540501275888 | 10/04/16:57:35.624 | CRITICAL | 9 | TNWebsocket | Received error while waiting for message: Net Exception
必要に応じて、完全なログを提供できます。ありがとう!