TheFinestArtist / FinestWebView-Android

Beautiful and customizable Android Activity that shows web pages within an app.
https://finestwebview.web.app
2.32k stars 531 forks source link

crash reported on crashlytics #100

Open hishambakr opened 7 years ago

hishambakr commented 7 years ago

Fatal Exception: java.lang.IllegalArgumentException: Service not registered: android.speech.tts.TextToSpeech$Connection@41c894b8 at android.app.LoadedApk.forgetServiceDispatcher(LoadedApk.java:926) at android.app.ContextImpl.unbindService(ContextImpl.java:1790) at android.content.ContextWrapper.unbindService(ContextWrapper.java:491) at android.speech.tts.TextToSpeech$Connection.disconnect(TextToSpeech.java:1334) at android.speech.tts.TextToSpeech$1.run(TextToSpeech.java:664) at android.speech.tts.TextToSpeech$1.run(TextToSpeech.java:659) at android.speech.tts.TextToSpeech$Connection.runAction(TextToSpeech.java:1353) at android.speech.tts.TextToSpeech.runAction(TextToSpeech.java:571) at android.speech.tts.TextToSpeech.runActionNoReconnect(TextToSpeech.java:558) at android.speech.tts.TextToSpeech.shutdown(TextToSpeech.java:659) at android.webkit.AccessibilityInjector$TextToSpeechWrapper.shutdown(AccessibilityInjector.java:756) at android.webkit.AccessibilityInjector.destroy(AccessibilityInjector.java:192) at android.webkit.WebViewClassic.destroyJava(WebViewClassic.java:4083) at android.webkit.WebViewClassic.destroy(WebViewClassic.java:4059) at android.webkit.WebView.destroy(WebView.java:692) at com.thefinestartist.finestwebview.FinestWebViewActivity$5.run(FinestWebViewActivity.java:1183) at android.os.Handler.handleCallback(Handler.java:725) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5279) at java.lang.reflect.Method.invokeNative(Method.java) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) at dalvik.system.NativeStart.main(NativeStart.java)