Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DBpBinder.cpp67 #define LOG_TRANSACTIONS_OVER_SIZE (300 * 1024) macro
400 if (data.dataSize() > LOG_TRANSACTIONS_OVER_SIZE) { in transact()