summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@android.com> 2013-05-28 15:52:26 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2013-05-28 15:52:26 -0700
commitad8ce823966f985bf8fb0f5c5fe49b27214ed15e (patch)
tree3f64c86272396e20aba795223299d3cca196df12
parentfb469f1906f2120fdf73d31c3ea14b1f0fb5e225 (diff)
parent31ab96fcc1810e044f8bdb35d3bfbbba2fa6bafd (diff)
am 31ab96fc: am 135e4dbd: Merge "utils: Allow non android namespaces to use ALOGD_IF_SLOW"
* commit '31ab96fcc1810e044f8bdb35d3bfbbba2fa6bafd': utils: Allow non android namespaces to use ALOGD_IF_SLOW
-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