Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DIncidentService.cpp46 #define DEFAULT_BYTES_SIZE_LIMIT (96 * 1024 * 1024) // 96MB macro
241 mThrottler = new Throttler(DEFAULT_BYTES_SIZE_LIMIT, DEFAULT_REFACTORY_PERIOD_MS); in IncidentService()