Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Gate CrashHandler with SK_CRASH_HANDLER. | mtklein | 2014-07-02 |
| | | | | | | | | | BUG=skia: R=bsalomon@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/364033002 | ||
* | Add basic stacktrace handler using libunwind. | mtklein | 2014-06-18 |
This means we will all have to apt-get install libunwind8-dev on Linux. Mac comes with everything we need already. BUG=skia: R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/343583005 |