Skip to content
Snippets Groups Projects
Unverified Commit 4c8c68f5 authored by Anjandev Momi's avatar Anjandev Momi Committed by Amin Bandali
Browse files

Add instructions on how to get logs via Android

Change-Id: Iaa123857a122cf3874496ab953ffd2b9ebf35df1
parent 53aa5753
No related branches found
No related tags found
No related merge requests found
......@@ -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```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment