Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad8ce823 authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

am 31ab96fc: am 135e4dbd: Merge "utils: Allow non android namespaces to use ALOGD_IF_SLOW"

* commit '31ab96fc':
  utils: Allow non android namespaces to use ALOGD_IF_SLOW
parents fb469f19 31ab96fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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