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

Commit 30717e04 authored by Naseer Ahmed's avatar Naseer Ahmed
Browse files

utils: Allow non android namespaces to use ALOGD_IF_SLOW

Change-Id: I9207b64954fae2f56cc5f6aa5796a2e737400623
parent 45b0e435
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