OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b0e43
)
utils: Allow non android namespaces to use ALOGD_IF_SLOW
author
Naseer Ahmed
<naseer@codeaurora.org>
Wed, 13 Feb 2013 16:53:10 +0000
(11:53 -0500)
committer
Naseer Ahmed
<naseer@codeaurora.org>
Fri, 15 Feb 2013 17:30:24 +0000
(12:30 -0500)
Change-Id: I9207b64954fae2f56cc5f6aa5796a2e737400623
include/utils/Log.h
patch
|
blob
|
history
diff --git
a/include/utils/Log.h
b/include/utils/Log.h
index
98c441c
..
4259c86
100644
(file)
--- 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