Home
last modified time | relevance | path

Searched refs:kmsg (Results 1 – 9 of 9) sorted by relevance

/aosp14/system/core/healthd/
H A Dandroid.hardware.health@2.0-service.rc6 file /dev/kmsg w
H A Dhealthd_mode_charger.cpp223 const char* kmsg[] = { in dump_last_kmsg() local
230 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()
/aosp14/system/core/llkd/
H A Dllkd-debuggable.rc17 file /dev/kmsg w
H A Dllkd.rc43 file /dev/kmsg w
/aosp14/system/core/bootstat/
H A Dboot_reason_test.sh812 echo 'healthd: battery l=2 ' | adb_su tee /dev/kmsg >/dev/null
826 echo 'healthd: battery l=2 ' | adb_su tee /dev/kmsg >/dev/null
939 echo "SysRq : Trigger a crash : 'test'" | adb_su tee /dev/kmsg
970 adb_su tee /dev/kmsg
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DWatchdog.java1053 try (FileWriter kmsg = new FileWriter("/dev/kmsg_debug", /* append= */ true)) { in breakCrashLoop() argument
1054 kmsg.append("Fatal reset to escape the system_server crashing loop\n"); in breakCrashLoop()
/aosp14/frameworks/base/core/proto/android/os/
H A Dincident.proto136 // Note that kernel logs is not persisted since it's contained in last kmsg.
/aosp14/system/core/rootdir/
H A Dinit.rc608 #change permissions on kmsg & sysrq-trigger so bugreports can grab kthread stacks
609 chown root system /proc/kmsg
610 chmod 0440 /proc/kmsg
/aosp14/system/core/init/
H A DREADME.md234 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.