diff options
author | Christian Schneppe <kriztan@users.noreply.github.com> | 2017-02-07 09:05:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-07 09:05:31 +0100 |
commit | e24cca4c6d1f0f85c761b147914ae9eae775152e (patch) | |
tree | 7a9a9b494ddd0ecd3442792c71cf55b60e01d2f3 | |
parent | 1e27e07d533afd1a07562bce82d7e01977700378 (diff) |
Update ISSUE_TEMPLATE.md
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 247ac7a00..111c7a25e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -21,5 +21,5 @@ Please post the output of adb logcat. The log should begin with the start of Pix steps it takes to reproduce the problem. ```` -adb logcat -s Pix-Art Messenger +C:\ADB>adb -d logcat -v time | FINDSTR Pix-Art > logcat.txt ```` |