This is an archive of the discontinued LLVM Phabricator instance.

Make crashlog.py less noisy
ClosedPublic

Authored by aprantl on Jun 13 2019, 5:30 PM.

Details

Summary

For end-users there is no point in printing dSYM load errors for system frameworks, since they will all fail and there's nothing they can do about it. This patch hides them by default and shows them when --verbose is present.

Diff Detail

Repository
rL LLVM

Event Timeline

aprantl created this revision.Jun 13 2019, 5:30 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2019, 5:30 PM
This revision is now accepted and ready to land.Jun 13 2019, 5:36 PM
davide accepted this revision.Jun 13 2019, 5:37 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 14 2019, 8:37 AM