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
This commit is contained in:
Jeff Brown 2013-05-28 15:52:26 -07:00 committed by Android Git Automerger
commit ad8ce82396
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