summaryrefslogtreecommitdiffstats
path: root/dalvik
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:28:02 +0000
committerSteve Block <steveblock@google.com>2012-01-05 23:28:02 +0000
commit06f039b4c39bee1b0618f40d4d4af0d0f2bef2fa (patch)
treea768d99543424a5ab5360b3eff461da5a72677e2 /dalvik
parentf1141ea8bed9f65d037df7c44e7b3b9947bd4cb1 (diff)
downloadlibcore-06f039b4c39bee1b0618f40d4d4af0d0f2bef2fa.zip
libcore-06f039b4c39bee1b0618f40d4d4af0d0f2bef2fa.tar.gz
libcore-06f039b4c39bee1b0618f40d4d4af0d0f2bef2fa.tar.bz2
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: Ia340ff04d8e9c6344df07a9f921147d06f367bfe
Diffstat (limited to 'dalvik')
-rw-r--r--dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp b/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp
index 46e18ae..50e2fc2 100644
--- a/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp
+++ b/dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp
@@ -61,7 +61,7 @@ int register_org_apache_harmony_dalvik_NativeTestTarget(JNIEnv* env) {
gMethods, NELEM(gMethods));
if (result != 0) {
/* print warning, but allow to continue */
- LOGW("WARNING: NativeTestTarget not registered\n");
+ ALOGW("WARNING: NativeTestTarget not registered\n");
env->ExceptionClear();
}
return 0;