Home
last modified time | relevance | path

Searched refs:LOG_REPLIES_OVER_SIZE (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/
DBinder.cpp74 #define LOG_REPLIES_OVER_SIZE (300 * 1024) macro
399 if (reply->dataSize() > LOG_REPLIES_OVER_SIZE) { in transact()