RestComm / restcomm-android-sdk

Android Mobile SDK to easily integrate communication features (WebRTC, messaging, presence, voice, video, screensharing) based on RestComm into native Mobile Applications
http://www.restcomm.com/
GNU Affero General Public License v3.0
153 stars 109 forks source link

Pre-release binary crashed in reconfigure() #831

Closed atsakiridis closed 6 years ago

atsakiridis commented 6 years ago

Here is the stack trace:

java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.restcomm.android.sdk.SignalingClient.SignalingClient.reconfigure(java.util.HashMap)' on a null object reference
    at org.restcomm.android.sdk.RCDevice.reconfigure(RCDevice.java:1093)
    at org.restcomm.android.olympus.SettingsActivity.onOptionsItemSelected(SettingsActivity.java:226)
    at android.app.Activity.onMenuItemSelected(Activity.java:2914)
    at android.support.v4.app.FragmentActivity.onMenuItemSelected(FragmentActivity.java:368)
    at android.support.v7.app.AppCompatActivity.onMenuItemSelected(AppCompatActivity.java:195)
    at android.support.v7.view.WindowCallbackWrapper.onMenuItemSelected(WindowCallbackWrapper.java:108)
    at android.support.v7.view.WindowCallbackWrapper.onMenuItemSelected(WindowCallbackWrapper.java:108)
    at android.support.v7.widget.ToolbarWidgetWrapper$1.onClick(ToolbarWidgetWrapper.java:187)
    at android.view.View.performClick(View.java:5204)
    at android.view.View$PerformClick.run(View.java:21153)
    at android.os.Handler.handleCallback(Handler.java:739)
    at android.os.Handler.dispatchMessage(Handler.java:95)
    at android.os.Looper.loop(Looper.java:148)
    at android.app.ActivityThread.main(ActivityThread.java:5417)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

And here's the associated TF session