From: Alessandro Astone Date: Fri, 1 Sep 2023 12:15:13 +0000 (+0200) Subject: Let logcat command terminate in issue template instructions X-Git-Tag: 1.4.2~20 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/463801698db307737ac2aacc12a8c58bfe390867?hp=65bf8a22997c518bef5d1e216f6e375e9ef773a0 Let logcat command terminate in issue template instructions --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f08900c..f815a37 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -65,7 +65,7 @@ body: /var/lib/waydroid/waydroid.prop /var/lib/waydroid/waydroid_base.prop /var/lib/waydroid/waydroid.log - `sudo waydroid logcat | tee logcat.txt` + `sudo waydroid shell -- logcat -d | tee logcat.txt` `sudo dmesg | tee dmesg.txt` validations: required: true