commit | 97bf543c6816eddea128ffbe55e822f1cbdfca0d | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Dec 05 14:49:39 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Mon Dec 05 17:25:16 2022 +0900 |
tree | 513fb994a8f483eb62d9d8cd228fbf2b750b1ed2 | |
parent | 5895ac077f8e78cc6895f83adce6de5ff4ef4020 [diff] |
More robust parsing of /proc/meminfo The test assumed that an entry (ex: foo: 100 kB) in /proc/meminfo doesn't have a tab character. That assumption was broken when the kernel starts to emit an entry with a tab chracter. Specifically, the following entry was added with a tab character(s) in front of the number. SecPageTables: 0 kB Fixing this by matching a line with a regex. Bug: N/A Test: run com.android.microdroid.test.MicrodroidHostTests#testMicrodroidRamUsage with the updated kernel Change-Id: I6061c0adb382e2513bf2abbfea5c9219800f55f8
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.