diff options
| author | Steve Block <steveblock@google.com> | 2012-01-04 20:04:51 +0000 |
|---|---|---|
| committer | Steve Block <steveblock@google.com> | 2012-01-05 20:28:22 +0000 |
| commit | 4308417beec548c2b2c06ecec4f7f4a965b09fb2 (patch) | |
| tree | ae52b2baeb944c711598c085500bd2544aa78eea /vm/native/java_lang_VMThread.cpp | |
| parent | ab35b50311951feea3782151dd5422ee944685c2 (diff) | |
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156801
Bug: 5449033
Change-Id: Ic558031c75b3702d90eb78bd730501ae5d3c077b
Diffstat (limited to 'vm/native/java_lang_VMThread.cpp')
| -rw-r--r-- | vm/native/java_lang_VMThread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/native/java_lang_VMThread.cpp b/vm/native/java_lang_VMThread.cpp index 5a8b4cfe3..635b7264f 100644 --- a/vm/native/java_lang_VMThread.cpp +++ b/vm/native/java_lang_VMThread.cpp @@ -179,7 +179,7 @@ static void Dalvik_java_lang_VMThread_nameChanged(const u4* args, dvmDdmSendThreadNameChange(threadId, nameStr); //char* str = dvmCreateCstrFromString(nameStr); - //LOGI("UPDATE: threadid=%d now '%s'", threadId, str); + //ALOGI("UPDATE: threadid=%d now '%s'", threadId, str); //free(str); RETURN_VOID(); |
