commit | 96ac88a10bc190183d84823d532e5082ace6dd04 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Mon Dec 12 03:57:09 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Dec 12 03:57:09 2022 +0000 |
tree | 0a9c50a8d42ab084d248af7f076661453b881812 | |
parent | 02eea526f503a89b1267e93e57400fa64c8a0e92 [diff] | |
parent | e85831e0c82ea401bd916051feed3d2a82dc09c2 [diff] |
Merge "Remove prefix full_ from debuggable"
diff --git a/virtualizationservice/src/crosvm.rs b/virtualizationservice/src/crosvm.rs index 8ac688d..fc85ca5 100644 --- a/virtualizationservice/src/crosvm.rs +++ b/virtualizationservice/src/crosvm.rs
@@ -423,7 +423,6 @@ let mut vm_metric = self.vm_metric.lock().unwrap(); // Get CPU Information - // TODO: Collect it once right before VM dies using SIGCHLD if let Ok(guest_time) = get_guest_time(pid) { vm_metric.cpu_guest_time = Some(guest_time); } else {