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

Commit b35156aa authored by Xiaoyu Jin's avatar Xiaoyu Jin Committed by Automerger Merge Worker
Browse files

Merge "Log two new fields for initializeStats" into sc-dev am: 1b4254be

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14904666

Change-Id: I722136a525bb355284a79e9bf327e3d810c3338f
parents 38c190df 1b4254be
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());
    }

    /**