checkFeaturesByCgroup method
Implementation
CheckResult checkFeaturesByCgroup() {
final cgroup = properties['Cgroup'];
if (cgroup == null) return CheckResult(RESULT_MAYBE_EMULATOR, null);
return CheckResult(RESULT_UNKNOWN, cgroup.toString());
}