diff options
Diffstat (limited to '')
-rw-r--r-- | twrp-functions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp index 550c946f0..ebbe99d10 100644 --- a/twrp-functions.hpp +++ b/twrp-functions.hpp @@ -94,6 +94,7 @@ public: static void SetPerformanceMode(bool mode); // support recovery.perf.mode static void Disable_Stock_Recovery_Replace(); // Disable stock ROMs from replacing TWRP with stock recovery static unsigned long long IOCTL_Get_Block_Size(const char* block_device); + static void copy_kernel_log(string curr_storage); // Copy Kernel Log to Current Storage (PSTORE/KMSG) private: static void Copy_Log(string Source, string Destination); |