File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -7,34 +7,34 @@ assignees: ''
7
7
8
8
---
9
9
10
- ** Describe the bug:** < br >
10
+ ### Describe the bug:
11
11
A clear and concise description of what the bug is.
12
12
13
- ** Steps to reproduce:**
13
+
14
+ ### Steps to reproduce:
14
15
1 . Go to '...'
15
16
2 . Click on '....'
16
17
3 . Scroll down to '....'
17
18
4 . See error
19
+
18
20
19
- ** Expected behavior** < br >
21
+ ### Expected behavior:
20
22
A clear and concise description of what you expected to happen.
21
23
22
- ** Info:**
24
+
25
+ ### Info:
23
26
- OS: [ e.g. 13.0]
24
27
- Pearcleaner Version: [ e.g. 3.x.x]
25
28
26
- ** Console Logs (For app crashes):**
27
- - Open the Console.app on your mac
28
- - Enter ` Pearcleaner ` in the search box and hit Enter
29
- - Click Start to record logs ![ image] ( https://github.com/alienator88/Pearcleaner/assets/6263626/dc706fa1-0800-4eaf-aee6-8516da83fcff )
30
- - Reproduce the issue you're experiencing in Pearcleaner
31
- - Click Pause <br > ![ image] ( https://github.com/alienator88/Pearcleaner/assets/6263626/826962a1-4212-4b64-a24a-ea6663defb46 )
32
- - Export the captured logs using the Share button
33
-
34
- ** Screenshots**
35
29
30
+ ### Screenshots:
36
31
If applicable, add screenshots to help explain your problem.
37
32
38
- ** Additional context**
39
33
40
- Add any other context about the problem here.
34
+ ### Console Logs (For app crashes or hard to reproduce issues):
35
+ 1 . Open the Terminal app and run the following command
36
+ ```
37
+ log stream --level debug --style compact --predicate 'subsystem == "com.alienator88.Pearcleaner"'
38
+ ```
39
+ 2 . Reproduce the issue to capture logs
40
+ 3 . Copy the logs here
You can’t perform that action at this time.
0 commit comments