Approver, Staff, Administrators
7
edits
m (Make optional params italic) |
(Add flush_mlc) |
||
Line 47: | Line 47: | ||
====dump_syslog - Output the current system log==== | ====dump_syslog - Output the current system log==== | ||
Prints the current system log since boot to the Terminal. | Prints the current system log since boot to the Terminal. | ||
Usage example: | Usage example: | ||
w.dump_syslog() | w.dump_syslog() | ||
Line 73: | Line 74: | ||
===Utility functions=== | ===Utility functions=== | ||
The functions listed below are utility functions and are not part of the wupclient class. | The functions listed below are utility functions and are not part of the wupclient class. | ||
====flush_mlc - Flush MLC cache==== | |||
Files on the MLC are not directly written to the eMMC, but cached in RAM and on the SLC instead. | |||
This function will flush the changes to the chip. | |||
Usage example: | |||
flush_mlc() | |||
====ios_shutdown - Shutdown the console==== | ====ios_shutdown - Shutdown the console==== | ||
Usage example: | Usage example: | ||
ios_shutdown() | ios_shutdown() |