Searched refs:maxLogs (Results 1 – 1 of 1) sorted by relevance
114 LocalLogBuffer::LocalLogBuffer(string name, int maxLogs) : mName(name), in LocalLogBuffer() argument115 mMaxLogs(maxLogs) { in LocalLogBuffer()