diff options
| author | 2012-01-06 10:30:56 -0800 | |
|---|---|---|
| committer | 2012-01-06 10:30:56 -0800 | |
| commit | f4c2294b0156ca5a6919479142aa319963fdb727 (patch) | |
| tree | f30dccda320227ebb93461862c72f62804285c66 /libs/gui/SurfaceTextureClient.cpp | |
| parent | d88f26e3aa11e09706211c88babbf09b5a214e93 (diff) | |
| parent | 8564c8da817a845353d213acd8636b76f567b234 (diff) | |
Merge "Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)  DO NOT MERGE"
Diffstat (limited to 'libs/gui/SurfaceTextureClient.cpp')
| -rw-r--r-- | libs/gui/SurfaceTextureClient.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/libs/gui/SurfaceTextureClient.cpp b/libs/gui/SurfaceTextureClient.cpp index b6f3c11ff159..aaff8979d8bd 100644 --- a/libs/gui/SurfaceTextureClient.cpp +++ b/libs/gui/SurfaceTextureClient.cpp @@ -663,7 +663,7 @@ status_t SurfaceTextureClient::lock(                      GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,                      newDirtyRegion.bounds(), &vaddr); -            LOGW_IF(res, "failed locking buffer (handle = %p)", +            ALOGW_IF(res, "failed locking buffer (handle = %p)",                      backBuffer->handle);              mLockedBuffer = backBuffer; |