breakpad/src/tools/mac
Sylvain Defresne 600ec35c5b Fail with a proper error message if input file is not found.
Previously, if the input file was missing, the symupload tool on Mac
would happily process, try to parse it (calling a method on nil) and
fail when trying to create the payload to send to the server as one
of the method raised a NSInvalidArgumentException when receiving a
nil value.

Change to code to instead check the file for existence which makes it
easier to understand what is happening when part of the build system
is misconfigured and invoke symupload without first creating the symbol
file.

BUG=449348

Change-Id: Icc0f08958114da4be0cbbd7a7c2aeef905bc0db1
Reviewed-on: https://chromium-review.googlesource.com/367260
Reviewed-by: Mark Mentovai <mark@chromium.org>
2016-08-09 23:13:07 +00:00
..
crash_report Add microdump files to project. 2014-12-11 19:30:37 +00:00
dump_syms Replaced glibc version of elf.h with musl version of elf.h. 2016-05-12 14:22:59 -07:00
symupload Fail with a proper error message if input file is not found. 2016-08-09 23:13:07 +00:00
upload_system_symbols upload_system_symbols: Use the Go1.3 improvements to debug/macho. 2014-07-31 19:11:29 +00:00
tools_mac.gypi Fix Mac Breakpad host tools to build in Linux cross-compile 2015-09-16 06:46:55 -04:00