Searched refs:maxRotationCountDigits (Results 1 - 1 of 1) sorted by relevance

/system/core/logcat/
H A Dlogcat.cpp107 // eg: g_maxRotatedLogs == 30 -> log10(30) == 1.477 -> maxRotationCountDigits == 2
108 int maxRotationCountDigits = local
114 asprintf(&file1, "%s.%.*d", g_outputFileName, maxRotationCountDigits, i);
119 asprintf(&file0, "%s.%.*d", g_outputFileName, maxRotationCountDigits, i - 1);

Completed in 61 milliseconds