commit | 31348a74e0708d8f51ee61b2fca2045f77e1f542 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Mon Mar 29 21:53:42 2021 -0700 |
committer | Josh Gao <jmgao@google.com> | Tue Mar 30 12:15:56 2021 -0700 |
tree | fc4484ce33e0d874d4e8acee745e3e9945f6ea56 | |
parent | 5d5e16db570f1da4b4115317c9aed32e632007c1 [diff] |
debuggerd: store commandline instead of process name. Bug: http://b/180605583 Test: debuggerd_test Change-Id: I018d399a5460f357766dc1b429f645f78fe88565
diff --git a/debuggerd/proto/tombstone.proto b/debuggerd/proto/tombstone.proto index dd15ff6..294e4e5 100644 --- a/debuggerd/proto/tombstone.proto +++ b/debuggerd/proto/tombstone.proto
@@ -17,7 +17,7 @@ uint32 uid = 7; string selinux_label = 8; - string process_name = 9; + repeated string command_line = 9; // Process uptime in seconds. uint32 process_uptime = 20;