0

Is there any possibility to get Device Farm Logcat through AWS Device Farm CLI ?

Yaron
  • 10,166
  • 9
  • 45
  • 65
Rijo Mon
  • 169
  • 2
  • 14

1 Answers1

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