Pjsip Crashed on RegState callback
问题 In my class that extends SipAccount class I've onRegState() callback which i receive frequently I've notice that after few callback later at any callback like 4th or 5th time it crashes. this is the code from onRegState() callback @Override public void onRegState(OnRegStateParam prm) { Log.d(TAG, "onRegState..."); PresenceStatus prsenStatus = new PresenceStatus(); if (prm.getCode().swigValue()/100 == 2) { Log.d(TAG, "Going online!"); listener.onLogIn(true); prsenStatus.setStatus(pjsua_buddy