Searched defs:g_logRotateSizeKBytes (Results 1 - 1 of 1) sorted by path

/system/core/logcat/
H A Dlogcat.cpp93 static int g_logRotateSizeKBytes = 0; // 0 means "no log rotation" member in namespace:android
200 if (g_logRotateSizeKBytes > 0
201 && (g_outByteCount / 1024) >= g_logRotateSizeKBytes
550 android::g_logRotateSizeKBytes member in class:android
561 android::g_logRotateSizeKBytes = atoi(optarg); member in class:android
674 if (android::g_logRotateSizeKBytes != 0

Completed in 45 milliseconds