File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
127
127
< li > < a href ="#is-it-virus "> Virus scanners show the tool as a virus or trojan. What is going on?</ a > </ li >
128
128
< li > < a href ="#fastboot-hangs "> When flashing the custom recovery, the applications hangs and the advanced output
129
129
shows "waiting-for-device". What can I do?</ a > </ li >
130
+ < li > < a href ="#find-logs "> Where do I find the logfiles?</ a > </ li >
130
131
</ dl >
131
132
</ div >
132
133
<!-- TOC end -->
@@ -269,6 +270,11 @@ <h3 id="fastboot-hangs" class="title is-3">When flashing the custom recovery, th
269
270
< p > It seems like sometimes fastboot (the tool used for flashing the recovery) doesn't work properly. A possible
270
271
solution weirdly can be to try a different USB-cable and/or different USB-Ports.</ p >
271
272
</ div >
273
+ < div class ="notification has-background-white-bis p-6 content ">
274
+ < h3 id ="find-logs " class ="title is-3 "> Where do I find the logfiles?</ h3 >
275
+ < p > For the flatpak, the logs are located in < code > ~/.var/app/org.openandroidinstaller.OpenAndroidInstaller/data/openandroidinstaller.log</ code > .</ p >
276
+ < p > If you are running the executable directly, the logs are located in the same directory as the executable.</ p >
277
+ </ div >
272
278
<!-- Content end -->
273
279
</ div >
274
280
</ section >
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
28
28
< li > < a href ="#is-it-virus "> Virus scanners show the tool as a virus or trojan. What is going on?</ a > </ li >
29
29
< li > < a href ="#fastboot-hangs "> When flashing the custom recovery, the applications hangs and the advanced output
30
30
shows "waiting-for-device". What can I do?</ a > </ li >
31
+ < li > < a href ="#find-logs "> Where do I find the logfiles?</ a > </ li >
31
32
</ dl >
32
33
</ div >
33
34
<!-- TOC end -->
@@ -170,6 +171,11 @@ <h3 id="fastboot-hangs" class="title is-3">When flashing the custom recovery, th
170
171
< p > It seems like sometimes fastboot (the tool used for flashing the recovery) doesn't work properly. A possible
171
172
solution weirdly can be to try a different USB-cable and/or different USB-Ports.</ p >
172
173
</ div >
174
+ < div class ="notification has-background-white-bis p-6 content ">
175
+ < h3 id ="find-logs " class ="title is-3 "> Where do I find the logfiles?</ h3 >
176
+ < p > For the flatpak, the logs are located in < code > ~/.var/app/org.openandroidinstaller.OpenAndroidInstaller/data/openandroidinstaller.log</ code > .</ p >
177
+ < p > If you are running the executable directly, the logs are located in the same directory as the executable.</ p >
178
+ </ div >
173
179
<!-- Content end -->
174
180
</ div >
175
181
</ section >
You can’t perform that action at this time.
0 commit comments