From 7847515fffb7da9d60e2050ff96e2f410ce20182 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Mon, 11 Apr 2022 16:15:54 +0200 Subject: [PATCH] Improve suggested grep for logcat --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f8c7ea65..eb14e415 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -158,7 +158,7 @@ body: 2. Yes, I have attached the crash report dump that I downloaded from `chrome://crashes` 3. Yes, I have copy/pasted the crash dump placeholder: | - Drag the crash report dump here to attach it or paste the logcat dump individuated with `adb logcat | grep chromium`. + Drag the crash report dump here to attach it or paste the logcat dump individuated with `adb logcat | grep -E (bromite|chromium)`. validations: required: true