| Index: include/core/SkPostConfig.h
|
| diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h
|
| index f08e6e1d15464eae87509e8e547f5ced826da496..2156519b2d3967e139888c6a4fdc41d912028507 100644
|
| --- a/include/core/SkPostConfig.h
|
| +++ b/include/core/SkPostConfig.h
|
| @@ -120,10 +120,12 @@
|
| * SK_ENABLE_INST_COUNT controlls printing how many reference counted objects
|
| * are still held on exit.
|
| * Defaults to 1 in DEBUG and 0 in RELEASE.
|
| + * FIXME: currently always 0, since it fails if multiple threads run at once
|
| + * (see skbug.com/1219 ).
|
| */
|
| #ifndef SK_ENABLE_INST_COUNT
|
| # ifdef SK_DEBUG
|
| -# define SK_ENABLE_INST_COUNT 1
|
| +# define SK_ENABLE_INST_COUNT 0
|
| # else
|
| # define SK_ENABLE_INST_COUNT 0
|
| # endif
|
|
|