feat: explain how to capture crash logs [skip ci]

This commit is contained in:
oSumAtrIX
2023-01-16 17:28:57 +01:00
parent 4cb1973003
commit f938ba81ec

View File

@ -36,7 +36,7 @@ body:
- type: textarea - type: textarea
attributes: attributes:
label: Relevant log output label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. Capture crash logs by running `logcat | grep AndroidRuntime`.
render: shell render: shell
validations: validations:
required: true required: true