Searched refs:kmsg (Results 1 – 9 of 9) sorted by relevance
6 file /dev/kmsg w
223 const char* kmsg[] = { in dump_last_kmsg() local230 for (size_t i = 0; i < arraysize(kmsg) && buf.empty(); ++i) { in dump_last_kmsg()231 auto fd = android_get_control_file(kmsg[i]); in dump_last_kmsg()235 android::base::ReadFileToString(kmsg[i], &buf); in dump_last_kmsg()
17 file /dev/kmsg w
43 file /dev/kmsg w
812 echo 'healthd: battery l=2 ' | adb_su tee /dev/kmsg >/dev/null826 echo 'healthd: battery l=2 ' | adb_su tee /dev/kmsg >/dev/null939 echo "SysRq : Trigger a crash : 'test'" | adb_su tee /dev/kmsg970 adb_su tee /dev/kmsg
1053 try (FileWriter kmsg = new FileWriter("/dev/kmsg_debug", /* append= */ true)) { in breakCrashLoop() argument1054 kmsg.append("Fatal reset to escape the system_server crashing loop\n"); in breakCrashLoop()
136 // Note that kernel logs is not persisted since it's contained in last kmsg.
608 #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks609 chown root system /proc/kmsg610 chmod 0440 /proc/kmsg
234 stdio_to_kmsg option, which only connects stdout and stderr to kmsg.991 the logs that the linker prints to `stderr` to `kmsg`, where they can be read via a serial port.