I use Vidyo connector in Fragment
and follow the guide within Activity
, I do the same with my fragment :
@Override
protected void onDestroy() {
...
mVidyoConnector.disable();
...
}
But the app crash with unknown reason. The logcat show last line:
|ERROR |VidyoClient |[System thread]|CrashHandler: No stack trace.
Any one has same problem?