Loading apex/appsearch/service/java/com/android/server/appsearch/stats/PlatformLogger.java +3 −1 Original line number Diff line number Diff line Loading @@ -372,7 +372,9 @@ public final class PlatformLogger implements AppSearchLogger { stats.getSchemaStoreRecoveryLatencyMillis(), stats.getDocumentStoreDataStatus(), stats.getDocumentCount(), stats.getSchemaTypeCount()); stats.getSchemaTypeCount(), stats.hasReset(), stats.getResetStatusCode()); } /** Loading Loading
apex/appsearch/service/java/com/android/server/appsearch/stats/PlatformLogger.java +3 −1 Original line number Diff line number Diff line Loading @@ -372,7 +372,9 @@ public final class PlatformLogger implements AppSearchLogger { stats.getSchemaStoreRecoveryLatencyMillis(), stats.getDocumentStoreDataStatus(), stats.getDocumentCount(), stats.getSchemaTypeCount()); stats.getSchemaTypeCount(), stats.hasReset(), stats.getResetStatusCode()); } /** Loading