Home
last modified time | relevance | path

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

/art/tools/runtime_memusage/
Dsanitizer_logcat_analysis.sh198 logcat_pid_file=$pid_dir/logcat
200 if [[ ! -f "$logcat_pid_file" ]] || \
204 awk "{if(\$3 == $pid) print \$0}" "$LOGCAT_FILE" > "$logcat_pid_file"
220 grep "app_process64" "$logcat_pid_file" > "$asan_out"
234 "$logcat_pid_file" > "$dex_start"
236 grep "RegisterDexFile:" "$logcat_pid_file" > "$dex_start"