commit | 74bd799ec20d2420459fa382533b1cc39ca9a54c | [log] [tgz] |
---|---|---|
author | jp abgrall <jpa@google.com> | Tue May 28 21:18:59 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 28 21:18:59 2013 +0000 |
tree | 9556991bf6e5e2a0dfad669ded0c6b0c3238746a | |
parent | 135e4dbd65d49730fbd6f830de7b303e01d20d5f [diff] | |
parent | 885f888c55587e9366542b5155a06c321cde175a [diff] |
Merge "Exit dumpstate on SIGPIPE to avoid cascading child crashes"
diff --git a/include/utils/Log.h b/include/utils/Log.h index 98c441c..4259c86 100644 --- a/include/utils/Log.h +++ b/include/utils/Log.h
@@ -62,7 +62,7 @@ * } */ #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