summaryrefslogtreecommitdiffstats
path: root/twrp-functions.hpp
diff options
context:
space:
mode:
authorbigbiff bigbiff <bigbiff@teamw.in>2016-07-30 03:18:13 +0200
committerbigbiff bigbiff <bigbiff@teamw.in>2016-12-02 01:00:02 +0100
commitbad332a3d175687a732cc6e94c34bd38bdef29b8 (patch)
tree67d82429e136f29edbb19e5ae3cb7f0c51c67722 /twrp-functions.hpp
parentImprove backup & wipe exclusion handling (diff)
downloadandroid_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar
android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.gz
android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.bz2
android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.lz
android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.xz
android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.tar.zst
android_bootable_recovery-bad332a3d175687a732cc6e94c34bd38bdef29b8.zip
Diffstat (limited to 'twrp-functions.hpp')
-rw-r--r--twrp-functions.hpp1
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);