unplugged-system/external/igt-gpu-tools/runner/json_tests_data/dmesg-escapes
2025-10-06 13:59:42 +00:00
..
0 Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
endtime.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
joblist.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
metadata.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
reference.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
starttime.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
uname.txt Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Unprintable characters in kernel logs, when read via /dev/kmsg, are
escaped as \xNN where NN the character's ascii code in hex. Those are
expected to be decoded to results, if they really are
printable. Kernel's idea of nonprintable is "c < 0x20 || c > 127".