X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/65bf8a22997c518bef5d1e216f6e375e9ef773a0..2e4e921317903f5152ce17bc7aa9fdf278b45f15:/.github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f08900c..4199a2c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -60,12 +60,13 @@ body: - type: textarea attributes: label: "Logs" - description: Attach the following files + description: Attach the following files while waydroid is running value: | + /var/lib/waydroid/waydroid.cfg /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