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

Commit 138dc1ea 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: I1d66ce7f0ae6b1436bd22abe23909be849908c44
parents 49cfb97a 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());
    }

    /**