In can happen when creating stackshot crash report that that key is missing.
Moreover, we try to parse that key but don't use it, or need it, since we
fetch images and symbolicate the stackframes using the binaries UUIDs.
This is why this patch removes everything that is related to the
process_path/procPath parsing.
rdar://95054188
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Is it now undefined if it doesn't exist? Does that cause an exception when we try to access it?
Is there anything special about procPath, or should all the JSON keys be optional like this?
i.e., is there a json_data.readOrDefault(key, default_value) method?