log OS version in initData (#20979)

old-commit-hash: ec976b3b442a4df958c96857741c12f67de47efe
This commit is contained in:
Adeeb Shihadeh
2021-05-20 13:00:34 -07:00
committed by GitHub
parent bf3ba8badc
commit 295d18ad11
2 changed files with 2 additions and 1 deletions

2
cereal

Submodule cereal updated: c6b29499c7...a8055c3f21

View File

@@ -75,6 +75,7 @@ kj::Array<capnp::word> logger_build_init_data() {
}
init.setKernelVersion(util::read_file("/proc/version"));
init.setOsVersion(util::read_file("/VERSION"));
#ifdef QCOM
{