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: I0122812ed6ff6f5b59fe4a43ab8bff0577adde0a
This commit is contained in:
Steve Block
2011-10-20 11:56:00 +01:00
parent 1da7950106
commit 71f2cf116a
199 changed files with 3133 additions and 3133 deletions

View File

@ -707,7 +707,7 @@ int AndroidRuntime::startVm(JavaVM** pJavaVM, JNIEnv** pEnv)
opt.optionString = enableAssertBuf;
mOptions.add(opt);
} else {
LOGV("Assertions disabled\n");
ALOGV("Assertions disabled\n");
}
if (jniOptsBuf[10] != '\0') {
@ -896,7 +896,7 @@ void AndroidRuntime::start(const char* className, const char* options)
void AndroidRuntime::onExit(int code)
{
LOGV("AndroidRuntime onExit calling exit(%d)", code);
ALOGV("AndroidRuntime onExit calling exit(%d)", code);
exit(code);
}
@ -1215,7 +1215,7 @@ static const RegJNIRec gRegJNI[] = {
*/
androidSetCreateThreadFunc((android_create_thread_fn) javaCreateThreadEtc);
LOGV("--- registering native functions ---\n");
ALOGV("--- registering native functions ---\n");
/*
* Every "register" function calls one or more things that return