Is there any possibility to get Device Farm Logcat through AWS Device Farm CLI ?
Asked
Active
Viewed 454 times
1 Answers
1
You can get the logcat file after the job has finished using the list-artifacts
command. Use the Run ARN and type=LOG
to get a list of links to the logcat files. You can then use a utility like curl
to download the files.

Rohan Deshpande
- 3,535
- 1
- 26
- 31
-
Can we get iOS Console Log also ? – Rijo Mon Mar 16 '17 at 06:03