Log the NSError str and object description on app launch fail
authorJason Molenda <jmolenda@apple.com>
Tue, 5 May 2020 22:48:46 +0000 (15:48 -0700)
committerJason Molenda <jmolenda@apple.com>
Tue, 5 May 2020 22:51:50 +0000 (15:51 -0700)
commit5034102b249f850109ccd7b2c8a02a246edcd95a
tree7c77b045432ce6427633893f06d6f80ea2e1a1a6
parent844096b996a0b17d3f380af323614a5fe31b8a68
Log the NSError str and object description on app launch fail

Update CallBoardSystemServiceOpenApplication to unconditionally log
the NSError's localizedDescription to Console on app launch failure
(as it was already doing), and also to log the NSError object's
full description to the console, which may contain additional nested
error messages.  I'm experimenting to find cases where we will get
more detailed information from app launch failures and will start
by logging both to the console.

<rdar://problem/62709160>
lldb/tools/debugserver/source/MacOSX/MachProcess.mm