summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreJni.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-06 19:14:39 +0000
committerSteve Block <steveblock@google.com>2012-01-08 11:03:21 +0000
commitf6b86ce97ca983128ec58f77cb4932774845f072 (patch)
tree0ef57bbddd0a17a5292ea70ba26250932cb24451 /Source/WebKit/android/jni/WebCoreJni.cpp
parent422f9d3f7b0a4110e925506184ef381a816cdb92 (diff)
downloadexternal_webkit-f6b86ce97ca983128ec58f77cb4932774845f072.zip
external_webkit-f6b86ce97ca983128ec58f77cb4932774845f072.tar.gz
external_webkit-f6b86ce97ca983128ec58f77cb4932774845f072.tar.bz2
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: I4de9cd9a3bc462c4aead1fbcd4ac0f426556bc59
Diffstat (limited to 'Source/WebKit/android/jni/WebCoreJni.cpp')
-rw-r--r--Source/WebKit/android/jni/WebCoreJni.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/WebCoreJni.cpp b/Source/WebKit/android/jni/WebCoreJni.cpp
index 2a07999..b60cb4d 100644
--- a/Source/WebKit/android/jni/WebCoreJni.cpp
+++ b/Source/WebKit/android/jni/WebCoreJni.cpp
@@ -50,7 +50,7 @@ bool checkException(JNIEnv* env)
{
if (env->ExceptionCheck() != 0)
{
- LOGE("*** Uncaught exception returned from Java call!\n");
+ ALOGE("*** Uncaught exception returned from Java call!\n");
env->ExceptionDescribe();
return true;
}