diff options
| author | 2012-01-19 14:46:24 -0800 | |
|---|---|---|
| committer | 2012-01-19 14:46:24 -0800 | |
| commit | ee4618bc4da65fdabf197874e87d2923904e7acd (patch) | |
| tree | 0fb687dcbdf125a30cdb645605b57bb847d0c7b5 /libs/gui/SurfaceTexture.cpp | |
| parent | c318bbb05e02a0080e129623ec8029d31be0d60e (diff) | |
| parent | 06ade6ae1bd015e8b8ad0685847911213c93cc5b (diff) | |
Merge "Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)"
Diffstat (limited to 'libs/gui/SurfaceTexture.cpp')
| -rw-r--r-- | libs/gui/SurfaceTexture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/SurfaceTexture.cpp b/libs/gui/SurfaceTexture.cpp index 4772189b7fb4..0014c8867c2f 100644 --- a/libs/gui/SurfaceTexture.cpp +++ b/libs/gui/SurfaceTexture.cpp @@ -60,7 +60,7 @@ #endif // Macros for including the SurfaceTexture name in log messages -#define ST_LOGV(x, ...) LOGV("[%s] "x, mName.string(), ##__VA_ARGS__) +#define ST_LOGV(x, ...) ALOGV("[%s] "x, mName.string(), ##__VA_ARGS__) #define ST_LOGD(x, ...) LOGD("[%s] "x, mName.string(), ##__VA_ARGS__) #define ST_LOGI(x, ...) LOGI("[%s] "x, mName.string(), ##__VA_ARGS__) #define ST_LOGW(x, ...) LOGW("[%s] "x, mName.string(), ##__VA_ARGS__) |