utils: Allow non android namespaces to use ALOGD_IF_SLOW

Change-Id: I9207b64954fae2f56cc5f6aa5796a2e737400623
This commit is contained in:
Naseer Ahmed 2013-02-13 11:53:10 -05:00 committed by Alex Ray
parent d30884aa0c
commit ca3e2a276a
1 changed files with 1 additions and 1 deletions

View File

@ -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