On Fri, Feb 21, 2020 at 3:12 PM Simon Marchi wrote: > I'll have to build debuginfod and configure it, so I can give it a try > and see how it files. > > In the mean time: if we fail to parse the server's response as a bfd or > if the build id doesn't match, I think we need to display a warning, > because it probably means that the server sent us something bad, or there > was some problem somewhere in the pipeline. > > Currently, if that happens, the user would see "Download successful", but > no debug info loaded, so it's a bit misleading. I added the warnings but removed the "Download successful" anyway since it resulted in too much noise. Aaron