diff options
| author | 2012-01-19 14:46:24 -0800 | |
|---|---|---|
| committer | 2012-01-19 14:46:24 -0800 | |
| commit | ee4618bc4da65fdabf197874e87d2923904e7acd (patch) | |
| tree | 0fb687dcbdf125a30cdb645605b57bb847d0c7b5 /libs/binder/ProcessState.cpp | |
| parent | c318bbb05e02a0080e129623ec8029d31be0d60e (diff) | |
| parent | 06ade6ae1bd015e8b8ad0685847911213c93cc5b (diff) | |
Merge "Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)"
Diffstat (limited to 'libs/binder/ProcessState.cpp')
| -rw-r--r-- | libs/binder/ProcessState.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/ProcessState.cpp b/libs/binder/ProcessState.cpp index f5288c8c3ead..f06a59ea6656 100644 --- a/libs/binder/ProcessState.cpp +++ b/libs/binder/ProcessState.cpp @@ -288,7 +288,7 @@ void ProcessState::spawnPooledThread(bool isMain)          int32_t s = android_atomic_add(1, &mThreadPoolSeq);          char buf[32];          sprintf(buf, "Binder Thread #%d", s); -        LOGV("Spawning new pooled thread, name=%s\n", buf); +        ALOGV("Spawning new pooled thread, name=%s\n", buf);          sp<Thread> t = new PoolThread(isMain);          t->run(buf);      }  |