diff options
| author | Steve Block <steveblock@google.com> | 2011-10-20 11:55:54 +0100 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2011-10-26 11:28:18 +0100 |
| commit | 92c1f6f1b4249e4e379452ee7b49f027052bf4ce (patch) | |
| tree | 87cba8cfe24fcdc10e3f2018f0571087989f6429 /libnativehelper | |
| parent | 1663a6c12fdf4732d7ea0a0406af6085b3c408e4 (diff) | |
| download | android_dalvik-92c1f6f1b4249e4e379452ee7b49f027052bf4ce.tar.gz android_dalvik-92c1f6f1b4249e4e379452ee7b49f027052bf4ce.tar.bz2 android_dalvik-92c1f6f1b4249e4e379452ee7b49f027052bf4ce.zip | |
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865
Bug: 5449033
Change-Id: I8bd96961e369a08e86ff78b82d90f20f42787eb1
Diffstat (limited to 'libnativehelper')
| -rw-r--r-- | libnativehelper/JNIHelp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libnativehelper/JNIHelp.cpp b/libnativehelper/JNIHelp.cpp index e1ad6fc92..a9a1167fd 100644 --- a/libnativehelper/JNIHelp.cpp +++ b/libnativehelper/JNIHelp.cpp @@ -68,7 +68,7 @@ extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, { JNIEnv* e = reinterpret_cast<JNIEnv*>(env); - LOGV("Registering %s natives", className); + ALOGV("Registering %s natives", className); scoped_local_ref<jclass> c(env, findClass(env, className)); if (c.get() == NULL) { |
