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

28 lines
532 B
Markdown
Raw Normal View History

2016-05-13 08:32:10 +02:00
#### General information
2017-11-28 12:30:40 +01:00
* **Version:** eg 1.20.1
* **Device:** eg Google Pixel
* **Android Version:** eg Android 7.1.2 Stock or Android 6.0.1 LineageOS
2016-05-13 08:32:10 +02:00
#### Steps to reproduce
1.
2.
#### Expected result
2017-11-28 12:30:40 +01:00
What is the expected output?
#### Actual result
2016-05-13 08:32:10 +02:00
2017-11-28 12:30:40 +01:00
What do you see instead?
2016-05-13 08:32:10 +02:00
#### Debug output
2016-09-25 00:15:50 +02:00
Please post the output of adb logcat. The log should begin with the start of Pix-Art Messenger and include all the
2016-05-13 08:32:10 +02:00
steps it takes to reproduce the problem.
````
2017-02-07 09:06:08 +01:00
adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt
2016-05-13 08:32:10 +02:00
````