diff options
| author | 2012-01-19 17:18:25 -0800 | |
|---|---|---|
| committer | 2012-01-19 17:18:25 -0800 | |
| commit | 97aa8ee81198234aedffceaf71ad216b96323393 (patch) | |
| tree | b5f311825b206befcb8b4bf35ac7b09197fd40cf /libs/rs/rsThreadIO.cpp | |
| parent | 36b48c30adf7236b00eccf87f3b5691359526540 (diff) | |
| parent | ee4618bc4da65fdabf197874e87d2923904e7acd (diff) | |
Merge ee4618bc
Change-Id: Ie1dc6ad38e7c30636d80f6caef11cf6673144940
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 *))); |