We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019-12-26 17:15:24.151 23509-23556/com.internal.voip E/libc: Access denied finding property "persist.camera.cfa.packagelist" 2019-12-26 17:15:52.963 23509-23810/com.internal.voip E/chromium: [ERROR:voe_audio_processing_impl.cc(955)] SetTypingDetectionStatus: not supported 2019-12-26 17:16:11.035 23509-23556/com.internal.voip E/libc: Access denied finding property "persist.camera.cfa.packagelist" 2019-12-26 17:16:11.142 23509-23554/com.internal.voip E/chromium: [ERROR:ssl_client_socket_impl.cc(1141)] handshake failed; returned -1, SSL error code 1, net_error -101 2019-12-26 17:16:11.192 23509-23554/com.internal.voip E/chromium: [ERROR:ssl_client_socket_impl.cc(1141)] handshake failed; returned -1, SSL error code 1, net_error -101 2019-12-26 17:16:11.867 23509-23810/com.internal.voip E/chromium: [ERROR:voe_audio_processing_impl.cc(955)] SetTypingDetectionStatus: not supported 2019-12-26 17:16:11.875 23509-23810/com.internal.voip E/chromium: [ERROR:voe_audio_processing_impl.cc(955)] SetTypingDetectionStatus: not supported
The text was updated successfully, but these errors were encountered:
WebContentsDelegate::CheckMediaAccessPermission: Not supported. 貌似是app有权限,但是xwalk没权限 xwalk没有webView.setWebChromeClient(new WebChromeClient(){ @TargetApi(Build.VERSION_CODES.LOLLIPOP) @OverRide public void onPermissionRequest(final PermissionRequest request) { request.grant(request.getResources()); } });
Sorry, something went wrong.
从log看,有两个问题: 1.摄像头及声音权限问题 2.SSL握手没有成功
No branches or pull requests
2019-12-26 17:15:24.151 23509-23556/com.internal.voip E/libc: Access denied finding property "persist.camera.cfa.packagelist"
2019-12-26 17:15:52.963 23509-23810/com.internal.voip E/chromium: [ERROR:voe_audio_processing_impl.cc(955)] SetTypingDetectionStatus: not supported
2019-12-26 17:16:11.035 23509-23556/com.internal.voip E/libc: Access denied finding property "persist.camera.cfa.packagelist"
2019-12-26 17:16:11.142 23509-23554/com.internal.voip E/chromium: [ERROR:ssl_client_socket_impl.cc(1141)] handshake failed; returned -1, SSL error code 1, net_error -101
2019-12-26 17:16:11.192 23509-23554/com.internal.voip E/chromium: [ERROR:ssl_client_socket_impl.cc(1141)] handshake failed; returned -1, SSL error code 1, net_error -101
2019-12-26 17:16:11.867 23509-23810/com.internal.voip E/chromium: [ERROR:voe_audio_processing_impl.cc(955)] SetTypingDetectionStatus: not supported
2019-12-26 17:16:11.875 23509-23810/com.internal.voip E/chromium: [ERROR:voe_audio_processing_impl.cc(955)] SetTypingDetectionStatus: not supported
The text was updated successfully, but these errors were encountered: