Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1d4f99d authored by Xiaoyu Jin's avatar Xiaoyu Jin
Browse files

Log two new fields for initializeStats

Test: it builds
bug: b/173532925

Change-Id: Ia31fc1fb54827efa140e16eb654e0ddfeeb28a07
parent 5ba9720d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -372,7 +372,9 @@ public final class PlatformLogger implements AppSearchLogger {
                stats.getSchemaStoreRecoveryLatencyMillis(),
                stats.getDocumentStoreDataStatus(),
                stats.getDocumentCount(),
                stats.getSchemaTypeCount());
                stats.getSchemaTypeCount(),
                stats.hasReset(),
                stats.getResetStatusCode());
    }

    /**