Currently we upload command lines as key/value pairs in the minidump.
However, they are capped to crash_keys::kSwitchesMaxCount (=15) see
crash_keys.cc:SetSwitchesFromCommandLine().
This means in practice they are not useful in the uploaded crash reports
- because we mostly see the default/hardcoded commandlines that are expected
- we don't know for sure if a command line has been set.
I suggest we either upload all of the arguments and/or we see if we can filter out more redundant and hardcoded switches so that in practice all of them get uploaded.
Comment 1 by siev...@chromium.org
, Jul 22 2016