I am copying device logs to my desktop using this command :
subprocess.call("adb pull /SDcard/logs/", shell=True)
So logs are saved under the current directory where the code is executed under a new created " logs" folder , will this always be the case?