Skip to content

Commit 138be37

Browse files
committed
Add answer to where to find the logfiles to faq
1 parent 7833f66 commit 138be37

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

public/faq.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
127127
<li><a href="#is-it-virus">Virus scanners show the tool as a virus or trojan. What is going on?</a></li>
128128
<li><a href="#fastboot-hangs">When flashing the custom recovery, the applications hangs and the advanced output
129129
shows "waiting-for-device". What can I do?</a></li>
130+
<li><a href="#find-logs">Where do I find the logfiles?</a></li>
130131
</dl>
131132
</div>
132133
<!-- TOC end -->
@@ -269,6 +270,11 @@ <h3 id="fastboot-hangs" class="title is-3">When flashing the custom recovery, th
269270
<p> It seems like sometimes fastboot (the tool used for flashing the recovery) doesn't work properly. A possible
270271
solution weirdly can be to try a different USB-cable and/or different USB-Ports.</p>
271272
</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>
272278
<!-- Content end -->
273279
</div>
274280
</section>

templates/faq.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h1 class="is-size-1 is-size-3-mobile has-text-weight-bold">Frequently Asked Que
2828
<li><a href="#is-it-virus">Virus scanners show the tool as a virus or trojan. What is going on?</a></li>
2929
<li><a href="#fastboot-hangs">When flashing the custom recovery, the applications hangs and the advanced output
3030
shows "waiting-for-device". What can I do?</a></li>
31+
<li><a href="#find-logs">Where do I find the logfiles?</a></li>
3132
</dl>
3233
</div>
3334
<!-- TOC end -->
@@ -170,6 +171,11 @@ <h3 id="fastboot-hangs" class="title is-3">When flashing the custom recovery, th
170171
<p> It seems like sometimes fastboot (the tool used for flashing the recovery) doesn't work properly. A possible
171172
solution weirdly can be to try a different USB-cable and/or different USB-Ports.</p>
172173
</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>
173179
<!-- Content end -->
174180
</div>
175181
</section>

0 commit comments

Comments
 (0)