diff options
Diffstat (limited to 'runtime/gc/gc_cause.cc')
| -rw-r--r-- | runtime/gc/gc_cause.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/gc/gc_cause.cc b/runtime/gc/gc_cause.cc index ec213e50e8..00ed57ba7d 100644 --- a/runtime/gc/gc_cause.cc +++ b/runtime/gc/gc_cause.cc @@ -32,6 +32,7 @@ const char* PrettyCause(GcCause cause) { case kGcCauseForAlloc: return "Alloc"; case kGcCauseBackground: return "Background"; case kGcCauseExplicit: return "Explicit"; + case kGcCauseExplicitBackground: return "ExplicitBackground"; case kGcCauseForNativeAlloc: return "NativeAlloc"; case kGcCauseCollectorTransition: return "CollectorTransition"; case kGcCauseDisableMovingGc: return "DisableMovingGc"; |