1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
0 Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
endtime.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
joblist.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
metadata.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
reference.json Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
starttime.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
uname.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.txt

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".