Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DLog.java427 int bufferSize = PreloadHolder.LOGGER_ENTRY_MAX_PAYLOAD // Base. in printlns()
468 public final static int LOGGER_ENTRY_MAX_PAYLOAD = field in Log.PreloadHolder
DStatsEvent.java215 private static final int LOGGER_ENTRY_MAX_PAYLOAD = 4068; field in StatsEvent
219 private static final int MAX_PAYLOAD_SIZE = LOGGER_ENTRY_MAX_PAYLOAD - 4;
/frameworks/base/core/jni/
Dandroid_util_Log.cpp111 return static_cast<jint>(LOGGER_ENTRY_MAX_PAYLOAD); in android_util_Log_logger_entry_max_payload_native()
Dandroid_util_Binder.cpp1375 char buf[LOGGER_ENTRY_MAX_PAYLOAD]; in conditionally_log_binder_call()
1379 char* end = &buf[LOGGER_ENTRY_MAX_PAYLOAD - 1]; // leave room for final \n in conditionally_log_binder_call()
/frameworks/base/cmds/statsd/src/socket/
DStatsSocketListener.cpp56 char buffer[sizeof(android_log_header_t) + LOGGER_ENTRY_MAX_PAYLOAD + 1]; in onDataAvailable()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt71913 Landroid/util/Log$PreloadHolder;->LOGGER_ENTRY_MAX_PAYLOAD:I