Merge "Log two new fields for initializeStats" into sc-dev
This commit is contained in:
@@ -372,7 +372,9 @@ public final class PlatformLogger implements AppSearchLogger {
|
||||
stats.getSchemaStoreRecoveryLatencyMillis(),
|
||||
stats.getDocumentStoreDataStatus(),
|
||||
stats.getDocumentCount(),
|
||||
stats.getSchemaTypeCount());
|
||||
stats.getSchemaTypeCount(),
|
||||
stats.hasReset(),
|
||||
stats.getResetStatusCode());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user