Home
last modified time | relevance | path

Searched refs:boot_chart_file_name (Results 1 – 1 of 1) sorted by relevance

/system/extras/boottime_tools/bootanalyze/
Dbootanalyze.py820 def grab_bootchart(boot_chart_file_name): argument
822 print "Saving boot chart as " + boot_chart_file_name + ".tgz"
823 subprocess.call('cp /tmp/android-bootchart/bootchart.tgz ./' + boot_chart_file_name + '.tgz',\
825 subprocess.call('cp ./bootchart.png ./' + boot_chart_file_name + '.png', shell=True)