summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2020-04-08 00:33:29 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-04-08 00:33:29 +0000
commitb96e3e317b09f8260b098cc5f96bde815dc4b12d (patch)
tree984046ae87965106e155b5acc4a4750d0c69335d
parentf6d37fc03f9b1186f34d49b302b9f0c9281bb92d (diff)
parent79e10620ee1101b44dfb88fa97cffc09207470f5 (diff)
Merge "Initialize nested to true" into rvc-dev
-rw-r--r--tools/stats_log_api_gen/Collation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/stats_log_api_gen/Collation.h b/tools/stats_log_api_gen/Collation.h
index d56f2be7ecb3..b513463ec98f 100644
--- a/tools/stats_log_api_gen/Collation.h
+++ b/tools/stats_log_api_gen/Collation.h
@@ -160,7 +160,7 @@ struct AtomDecl {
int exclusiveField = 0;
int defaultState = INT_MAX;
int triggerStateReset = INT_MAX;
- bool nested;
+ bool nested = true;
int uidField = 0;