- baresip service now lets main activity to die on its own after
receiving kill intent from it - small logging edits
This commit is contained in:
@ -465,7 +465,7 @@ Java_com_tutpro_baresip_BaresipService_baresipStart(JNIEnv *env, jobject instanc
|
||||
|
||||
stopped:
|
||||
|
||||
LOGD("tell app about baresip stop");
|
||||
LOGD("tell main that baresip has stopped");
|
||||
jmethodID stoppedId = (*env)->GetMethodID(env, pctx->mainActivityClz, "stopped", "()V");
|
||||
(*env)->CallVoidMethod(env, pctx->mainActivityObj, stoppedId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user