Commit Graph

4 Commits

Author SHA1 Message Date
Evan Hahn
68cb42873c Symbolicate script: error when symbolicated file looks the same 2023-04-03 12:17:00 -05:00
Evan Hahn
e9a3071adb Pretty-print symbolicated crashes
This passes the `--pretty` flag to the symbolication script, which
slightly improves readability.

I also switched the flags to their long forms (`--output` instead of
`-o`, for example) because I feel that they're more readable. But that's
stylistic, and shouldn't affect the functionality of the script.
2022-05-23 22:08:36 +00:00
Evan Hahn
5eeaf3ebd0 Minor cleanups to symbolication script
We added a symbolication script in
a55da92c2b. This commit makes a few small
changes:

- `subprocess.run` should be called with `check=True`
- Remove reference to `~/Symbols`, replace with reference to
  `$SIGNAL_IOS_DSYMS` environment variable
- Rename an unused variable to `_`
- Open a file in binary mode (to avoid encoding issues)
2022-05-20 17:30:09 +00:00
Max Radermacher
a55da92c2b Add script to symbolicate .ips files 2022-05-19 12:56:08 -07:00