summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Naseer Ahmed <naseer@codeaurora.org> 2013-02-13 11:53:10 -0500
committer Naseer Ahmed <naseer@codeaurora.org> 2013-02-15 12:30:24 -0500
commit30717e043a876a6124967d07649e322768088767 (patch)
tree8358c399d545bba578ec52ad9537c19e52c74b2a
parent45b0e4350d3404bd194edc569e36ecca017c3d76 (diff)
utils: Allow non android namespaces to use ALOGD_IF_SLOW
Change-Id: I9207b64954fae2f56cc5f6aa5796a2e737400623
-rw-r--r--include/utils/Log.h2
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