Merge "Log two new fields for initializeStats" into sc-dev

This commit is contained in:
Xiaoyu Jin
2021-06-09 19:36:50 +00:00
committed by Android (Google) Code Review

View File

@@ -372,7 +372,9 @@ public final class PlatformLogger implements AppSearchLogger {
stats.getSchemaStoreRecoveryLatencyMillis(),
stats.getDocumentStoreDataStatus(),
stats.getDocumentCount(),
stats.getSchemaTypeCount());
stats.getSchemaTypeCount(),
stats.hasReset(),
stats.getResetStatusCode());
}
/**