diff options
| author | 2013-05-28 20:20:14 +0000 | |
|---|---|---|
| committer | 2013-05-28 20:20:15 +0000 | |
| commit | 135e4dbd65d49730fbd6f830de7b303e01d20d5f (patch) | |
| tree | a189829994c05d46bd54e383255c02500f7641ec /include/utils/Log.h | |
| parent | e8fed71da2d3e03ef933d308520bab5b860f05aa (diff) | |
| parent | 30717e043a876a6124967d07649e322768088767 (diff) | |
Merge "utils: Allow non android namespaces to use ALOGD_IF_SLOW"
Diffstat (limited to 'include/utils/Log.h')
| -rw-r--r-- | include/utils/Log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/Log.h b/include/utils/Log.h index 98c441c808..4259c86d1a 100644 --- a/include/utils/Log.h +++ b/include/utils/Log.h @@ -62,7 +62,7 @@ private: * } */ #define ALOGD_IF_SLOW(timeoutMillis, message) \ - LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message); + android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message); } // namespace android |