Improved log message

This commit is contained in:
Juha Heinanen
2021-08-20 14:42:18 +03:00
parent a0bec27579
commit e6d18678e4

View File

@ -601,7 +601,7 @@ Java_com_tutpro_baresip_BaresipService_baresipStart(JNIEnv *env, jobject instanc
stopped:
LOGD("tell main that baresip has stopped");
LOGD("sending stopped event");
jstring javaError = (*env)->NewStringUTF(env, start_error);
jmethodID stoppedId = (*env)->GetMethodID(env, g_ctx.mainActivityClz, "stopped",
"(Ljava/lang/String;)V");