diff --git a/guides/how-to-report-bugs.md b/guides/how-to-report-bugs.md
index 9526de8987767ba6335cc153aff2b84f99307eea..fcfeeb3405b86a0f268d5c4d1290c720d74add07 100644
--- a/guides/how-to-report-bugs.md
+++ b/guides/how-to-report-bugs.md
@@ -206,6 +206,15 @@ Then copy the backtrace and paste it in the issue.
 
 #### On Android
 
+To gather logs via your phone using Jami itself:
+
++ Tap `Conversations`
++ Tap the three-dot menu on the top right
++ Tap `Settings`
++ Tap `Diagnostic logs`
+
+To gather logs via your computer using the Android Debug Bridge (adb):
+
 + You need to have adb setup on your computer.
 + Launch Jami on your smartphone and then execute
 + ```adb logcat *:D | grep `adb shell ps | egrep 'cx.ring' | cut -c10-15` > logring.txt```