summaryrefslogtreecommitdiff
path: root/runtime/gc/gc_cause.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/gc/gc_cause.h')
-rw-r--r--runtime/gc/gc_cause.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/gc/gc_cause.h b/runtime/gc/gc_cause.h
index b8cf3c4295..b2b3a91645 100644
--- a/runtime/gc/gc_cause.h
+++ b/runtime/gc/gc_cause.h
@@ -61,6 +61,8 @@ enum GcCause {
kGcCauseHprof,
// Not a real GC cause, used to prevent GetObjectsAllocated running in the middle of GC.
kGcCauseGetObjectsAllocated,
+ // GC cause for the profile saver.
+ kGcCauseProfileSaver,
};
const char* PrettyCause(GcCause cause);