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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user