Home
last modified time | relevance | path

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

/system/core/crash_reporter/
Dkernel_log_collector.sh41 last_line=$(grep "${msg_pattern}" /var/log/messages | grep -- "${search_key}" | tail -n 1)
43 if [ -n "${last_line}" ]; then
44 if ! allowed_timestamp=$(get_timestamp "${last_line}"); then
45 die "coule not get timestamp from: ${last_line}"
/system/core/logcat/tests/
Dlogcat_test.cpp695 char *last_line = NULL; // this line is allowed to stutter, one-line overlap in TEST() local
700 second_last_line = last_line; in TEST()
701 last_line = line; in TEST()
708 second_last_line = last_line; in TEST()
709 last_line = NULL; in TEST()
711 free(last_line); in TEST()