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:
@ -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
|
||||
|
Reference in New Issue
Block a user