Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp86 size_t log_rotate_size_kb_ = 0; // 0 means "no log rotation" member in Logcat
178 output_fd_.reset(openLogFile(output_file_name_, log_rotate_size_kb_)); in RotateLogs()
227 if (log_rotate_size_kb_ > 0 && (out_byte_count_ / 1024) >= log_rotate_size_kb_) { in ProcessBuffer()
267 output_fd_.reset(openLogFile(output_file_name_, log_rotate_size_kb_)); in SetupOutputAndSchedulingPolicy()
769 if (!ParseUint(optarg, &log_rotate_size_kb_) || log_rotate_size_kb_ < 1) { in Run()
922 if (log_rotate_size_kb_ != 0 && !output_file_name_) { in Run()