This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
PiratX-Archive/.github/ISSUE_TEMPLATE.md
2017-11-28 12:30:40 +01:00

27 lines
532 B
Markdown

#### General information
* **Version:** eg 1.20.1
* **Device:** eg Google Pixel
* **Android Version:** eg Android 7.1.2 Stock or Android 6.0.1 LineageOS
#### Steps to reproduce
1.
2.
#### Expected result
What is the expected output?
#### Actual result
What do you see instead?
#### Debug output
Please post the output of adb logcat. The log should begin with the start of Pix-Art Messenger and include all the
steps it takes to reproduce the problem.
````
adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt
````