Add instructions on how to get logs via Android

Change-Id: Iaa123857a122cf3874496ab953ffd2b9ebf35df1
This commit is contained in:
Anjandev Momi 2022-03-24 16:56:06 -04:00 committed by Amin Bandali
parent 53aa575362
commit 4c8c68f5e1
No known key found for this signature in database
GPG Key ID: 8B44A0CDC7B956F2
1 changed files with 9 additions and 0 deletions

View File

@ -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```