commit | 04218254ec1129e329cac71479b309cfb8a28d88 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Tue Mar 02 07:38:40 2010 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Mar 02 07:38:40 2010 -0800 |
tree | a520e1b38fb97f4cdce2a1b3bc200ee85483f2f0 | |
parent | 7d7ce2bbdd884d307fa09e5e20a5e9282e087184 [diff] | |
parent | 3b9ef08bbbdc95a609fa7883d6fff4b4fd22e33c [diff] |
Merge "Don't eat IllegalArgumentExceptions in LocationManagerService."
diff --git a/core/jni/AndroidRuntime.cpp b/core/jni/AndroidRuntime.cpp index 8586aca..5546666 100644 --- a/core/jni/AndroidRuntime.cpp +++ b/core/jni/AndroidRuntime.cpp
@@ -1036,7 +1036,7 @@ result = vm->AttachCurrentThread(pEnv, (void*) &args); if (result != JNI_OK) - LOGE("ERROR: thread attach failed\n"); + LOGI("NOTE: attach of thread '%s' failed\n", threadName); return result; }