void copy_kmsg(); void copy_logcat(); int main(){ copy_kmsg(); copy_logcat(); return 0; }