Initialize nested to true

This fixes random nested values in atoms_info.

Bug: 153119080
Test: m libstatsmetadata
Change-Id: I1c1900dae1701b28a8db6ee257f5730e71e574eb
This commit is contained in:
Muhammad Qureshi
2020-04-07 07:23:21 -07:00
parent 10dd5e9a18
commit 79e10620ee

View File

@@ -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;