When our Android app is unable to get a successful HTTP response from the server, the details of the error are to be appended in an engineering log. For the purpose of UI testing, the app will save the log in the external storage.
Does Appium expose a mobile method that allows us to pull a file (i.e. the engineering log) from the external storage?
If this feature isn't available, do you think it would make a good feature request?