Skip to content
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
This repository was archived by the owner on Jun 14, 2018. It is now read-only.

ForRunners-1.2.1beta1 crashes on start #71

@akamaus

Description

@akamaus

After upgrading from 1.1.3 version (I had to delete previously installed version I got from fdroid, btw, because installer complained about different keys) app crashes instant after it starts. I test this on Xiaomi mi4c (android 5.1)

Adb logcat shows these lines:

V/WindowManager( 1037): Adding window Window{27ca8ad9 u0 net.khertan.forrunners/net.khertan.forrunners.MainActivity} at 20 of 29 (before Window{273e29d8 u0 Starting net.khertan.forrunners})
W/WhitelistPlugin( 3939): Found within config.xml. Please use instead.
D/CordovaWebViewImpl( 3939): >>> loadUrl(file:///android_asset/www/index.html)

D/CordovaActivity( 3939): Started the activity.
D/CordovaActivity( 3939): Resumed the activity.
V/WindowManager( 1037): Adding window Window{cc7937f u0 net.khertan.forrunners/net.khertan.forrunners.MainActivity} at 20 of 30 (before Window{27ca8ad9 u0 net.khertan.forrunners/net.khertan.forrunners.MainActivity})
W/chromium( 3939): [WARNING:data_reduction_proxy_config.cc(630)] SPDY proxy OFF at startup

I/OpenGLRenderer( 3939): Initialized EGL, version 1.4
D/OpenGLRenderer( 3939): Enabling debug mode 0
I/Timeline( 1037): Timeline: App_transition_stopped time:3555724

I/ActivityManager( 1037): Displayed net.khertan.forrunners/.MainActivity: +485ms
I/Timeline( 1037): Timeline: Activity_windows_visible id: ActivityRecord{6f4bc43 u0 net.khertan.forrunners/.MainActivity t11755} time:3555775
D/CordovaWebViewImpl( 3939): onPageDidNavigate(file:///android_asset/www/index.html)
I/Timeline( 3939): Timeline: Activity_idle id: android.os.BinderProxy@38f95a37 time:3555776
W/cr.BindingManager( 3939): Cannot call determinedVisibility() - never saw a connection for the pid: 3939
D/SystemWebChromeClient( 3939): file:///android_asset/www/index.html: Line 5 : The key "viewport-fit" is not recognized and ignored.
I/chromium( 3939): [INFO:CONSOLE(5)] "The key "viewport-fit" is not recognized and ignored.", source: file:///android_asset/www/index.html (5)
D/JsMessageQueue( 3939): Set native->JS mode to EvalBridgeMode
I/TextToSpeech( 3939): Connected to ComponentInfo{com.svox.pico/com.svox.pico.PicoService}
V/LocationPolicy( 1037): onProcessStateChanged
I/TextToSpeech( 3939): Sucessfully bound to com.svox.pico
V/ProcessObserver( 5190): onProcessStateChanged
I/TextToSpeech( 3939): Set up connection to ComponentInfo{com.svox.pico/com.svox.pico.PicoService}
D/AndroidRuntime( 3939): Shutting down VM
E/AndroidRuntime( 3939): FATAL EXCEPTION: main
E/AndroidRuntime( 3939): Process: net.khertan.forrunners, PID: 3939
E/AndroidRuntime( 3939): java.lang.NullPointerException: collection == null
E/AndroidRuntime( 3939): at android.os.Parcel.readException(Parcel.java:1552)
E/AndroidRuntime( 3939): at android.os.Parcel.readException(Parcel.java:1499)
E/AndroidRuntime( 3939): at android.speech.tts.ITextToSpeechService$Stub$Proxy.getVoices(ITextToSpeechService.java:700)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech$12.run(TextToSpeech.java:1589)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech$12.run(TextToSpeech.java:1586)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech$Connection.runAction(TextToSpeech.java:2232)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech.runAction(TextToSpeech.java:742)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech.runAction(TextToSpeech.java:732)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech.getVoices(TextToSpeech.java:1586)
E/AndroidRuntime( 3939): at org.apache.cordova.speech.SpeechSynthesis.getVoices(SpeechSynthesis.java:172)
E/AndroidRuntime( 3939): at org.apache.cordova.speech.SpeechSynthesis.onInit(SpeechSynthesis.java:258)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech.dispatchOnInit(TextToSpeech.java:814)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech.access$1400(TextToSpeech.java:59)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech$Connection$SetupConnectionAsyncTask.onPostExecute(TextToSpeech.java:2146)
E/AndroidRuntime( 3939): at android.speech.tts.TextToSpeech$Connection$SetupConnectionAsyncTask.onPostExecute(TextToSpeech.java:2101)
E/AndroidRuntime( 3939): at android.os.AsyncTask.finish(AsyncTask.java:636)
E/AndroidRuntime( 3939): at android.os.AsyncTask.access$500(AsyncTask.java:177)
E/AndroidRuntime( 3939): at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:653)
E/AndroidRuntime( 3939): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 3939): at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 3939): at android.app.ActivityThread.main(ActivityThread.java:5275)
E/AndroidRuntime( 3939): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 3939): at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 3939): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:910)
E/AndroidRuntime( 3939): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:705)
I/WhetstoneService( 4671): Receive am_crash event for pid: 3939
W/KloServer( 4671): Aborted broadcast does not supprt for: net.khertan.forrunners
W/ActivityManager( 1037): Force finishing activity 1 net.khertan.forrunners/.MainActivity
I/octvm_klo( 6541): [am_crash][1522501680]:[3939,0,net.khertan.forrunners,13155908,java.lang.NullPointerException,collection == null,Parcel.java,1552]

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions