You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am reporting a lot of this error in the usage of my app :
Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.speech.SpeechRecognizer.stopListening()' on a null object reference
org.apache.cordova.speech.SpeechRecognition$3.run (SpeechRecognition.java:154)
android.os.Handler.handleCallback (Handler.java:739)
android.os.Handler.dispatchMessage (Handler.java:95)
android.os.Looper.loop (Looper.java:158)
android.app.ActivityThread.main (ActivityThread.java:7224)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1230)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)
Example of configuration
Manufacturer: Samsung
Model: SM-G901F
Board: Apq8084
Android API: 23
Android OS: 6.0.1
Brand: Samsung
RAM: 1.72GB
I have no clues where this comes from but it has been reccurent
Any idea where this comes from ( it touches more than 10% of the users on different android versions ) and independantly of the version of cordova ( 5+ /6 + )
Thanks guys :)
The text was updated successfully, but these errors were encountered:
I am reporting a lot of this error in the usage of my app :
Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void android.speech.SpeechRecognizer.stopListening()' on a null object reference
org.apache.cordova.speech.SpeechRecognition$3.run (SpeechRecognition.java:154)
android.os.Handler.handleCallback (Handler.java:739)
android.os.Handler.dispatchMessage (Handler.java:95)
android.os.Looper.loop (Looper.java:158)
android.app.ActivityThread.main (ActivityThread.java:7224)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1230)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)
Example of configuration
Manufacturer: Samsung
Model: SM-G901F
Board: Apq8084
Android API: 23
Android OS: 6.0.1
Brand: Samsung
RAM: 1.72GB
I have no clues where this comes from but it has been reccurent
Any idea where this comes from ( it touches more than 10% of the users on different android versions ) and independantly of the version of cordova ( 5+ /6 + )
Thanks guys :)
The text was updated successfully, but these errors were encountered: