linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-users] Linphone Android crash: LinphoneService not instantiate


From: Nabeel
Subject: [Linphone-users] Linphone Android crash: LinphoneService not instantiated yet
Date: Mon, 18 Apr 2016 13:33:40 +0100

Hello,

I get the following crash on my Samsung S5 Android phone. The crash seems to occur randomly, even during a call. Please advise how to fix:
 
Java.lang.RuntimeException: LinphoneService not instantiated yet
 at android.app.ActivityThread.performResumeActivity b (ActivityThread.java:3346)
 at android.app.ActivityThread.handleResumeActivity(ActivityThread.java:3377)
 at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2728)
 at android.app.ActivityThread.access$900(ActivityThread.java:172)
 at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1422)
 at android.os.Handler.dispatchMessage(Handler.java:102)
 at android.os.Looper.loop(Looper.java:145)
 at android.app.ActivityThread.main(ActivityThread.java:5832)
 at java.lang.reflect.Method.invoke(Native Method)
 at java.lang.reflect.Method.invoke(Method.java:372)
 at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1399)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1194)
Caused by: java.lang.RuntimeException: LinphoneService not instantiated yet
 at com.glowdawn.linphone.LinphoneService.instance(LinphoneService.java:113)
 at com.glowdawn.CallActivity.showCallEnd(CallActivity.java:1245)
 at com.glowdawn.CallActivity.handleViewIntent(CallActivity.java:1170)
 at com.glowdawn.CallActivity.onResume(CallActivity.java:1106)
 at android.app.Instrumentation.callActivityOnResume(Instrumentation.java:1255)
 at android.app.Activity.performResume(Activity.java:6338)
 at android.app.ActivityThread.performResumeActivity(ActivityThread.java:3335)
 ... 11 more

reply via email to

[Prev in Thread] Current Thread [Next in Thread]