commit | f56588cdf90ce1b23ded788fa4d7347dad902ef0 | [log] [tgz] |
---|---|---|
author | Seungjae Yoo <seungjaeyoo@google.com> | Tue Dec 31 12:34:32 2024 +0900 |
committer | Seungjae Yoo <seungjaeyoo@google.com> | Tue Dec 31 17:47:48 2024 +0900 |
tree | d4cc67cb418edf6f16d8e99fc64a148029b9cf9e | |
parent | b4e8d45c33f71ea02ff32c4e652611b7c2685df9 [diff] [blame] |
Send /proc/<pid>/comm value when reporting active ports Bug: 382998551 Test: Run VmTerminalApp Test: adb logcat | grep reportVmActivePorts Change-Id: I0ba2046b040327519a5c5847c9a27e35b6fdedde
diff --git a/libs/debian_service/proto/DebianService.proto b/libs/debian_service/proto/DebianService.proto index 7ab0af7..43955fa 100644 --- a/libs/debian_service/proto/DebianService.proto +++ b/libs/debian_service/proto/DebianService.proto
@@ -31,9 +31,9 @@ int32 cid = 1; } -// TODO(b/382998551): Add more information about the port. message ActivePort { int32 port = 1; + string comm = 2; } message ReportVmActivePortsRequest {