Chromium Code Reviews| Index: runtime/vm/service/constants.dart |
| =================================================================== |
| --- runtime/vm/service/constants.dart (revision 39000) |
| +++ runtime/vm/service/constants.dart (working copy) |
| @@ -11,7 +11,9 @@ |
| // Event family ids. |
| static const int EVENT_FAMILY_DEBUG = 0; |
| + static const int EVENT_FAMILY_GC = 1; |
| // Event family masks. |
| static const int EVENT_FAMILY_DEBUG_MASK = (1 << EVENT_FAMILY_DEBUG); |
| + static const int EVENT_FAMILY_DEBUG_GC = (1 << EVENT_FAMILY_GC); |
| } |