diff options
| author | 2012-01-19 17:20:58 -0800 | |
|---|---|---|
| committer | 2012-01-19 17:20:58 -0800 | |
| commit | d6b5584b67f8a2f3d8ea20d748652673d5761e33 (patch) | |
| tree | e5ada3e1f246c08651a7f20738ffa5aeee954ab8 /libs/rs/rsThreadIO.cpp | |
| parent | fd266b36826aa6dd8cd3fa00c159a094423899fb (diff) | |
| parent | 97aa8ee81198234aedffceaf71ad216b96323393 (diff) | |
am 97aa8ee8: Merge ee4618bc
* commit '97aa8ee81198234aedffceaf71ad216b96323393':
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)
Diffstat (limited to 'libs/rs/rsThreadIO.cpp')
| -rw-r--r-- | libs/rs/rsThreadIO.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsThreadIO.cpp b/libs/rs/rsThreadIO.cpp index b1a579a1bea3..13e789dabd34 100644 --- a/libs/rs/rsThreadIO.cpp +++ b/libs/rs/rsThreadIO.cpp @@ -145,7 +145,7 @@ bool ThreadIO::playCoreCommands(Context *con, bool waitForCommand, uint64_t time con->timerSet(Context::RS_TIMER_INTERNAL); } waitForCommand = false; - //LOGV("playCoreCommands 3 %i %i", cmdID, cmdSize); + //ALOGV("playCoreCommands 3 %i %i", cmdID, cmdSize); if (cmdID >= (sizeof(gPlaybackFuncs) / sizeof(void *))) { rsAssert(cmdID < (sizeof(gPlaybackFuncs) / sizeof(void *))); |