Kaydet (Commit) bd9c9140 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin redundant logging

Change-Id: If7245ceea45a517084fdb5df09818e4e6e8c8be5
üst d7b027bd
...@@ -209,9 +209,6 @@ AndroidSalInstance::AndroidSalInstance( SalYieldMutex *pMutex ) ...@@ -209,9 +209,6 @@ AndroidSalInstance::AndroidSalInstance( SalYieldMutex *pMutex )
{ {
int res = (lo_get_javavm())->AttachCurrentThread(&m_pJNIEnv, NULL); int res = (lo_get_javavm())->AttachCurrentThread(&m_pJNIEnv, NULL);
LOGI("AttachCurrentThread res=%d env=%p", res, m_pJNIEnv); LOGI("AttachCurrentThread res=%d env=%p", res, m_pJNIEnv);
LOGI("created Android Sal Instance thread: %d",
(int)pthread_self());
} }
AndroidSalInstance::~AndroidSalInstance() AndroidSalInstance::~AndroidSalInstance()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment