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

Commit 29ac32db authored by Xin Guan's avatar Xin Guan Committed by Android (Google) Code Review
Browse files

Merge "UsageStats: Handle the event count correctly." into main

parents 9464073b bbe12d74
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -837,6 +837,7 @@ public final class UsageEvents implements Parcelable {
        if (mEventCount != mEventsToWrite.size()) {
            Log.w(TAG, "Partial usage event list received: " + mEventCount + " != "
                    + mEventsToWrite.size());
            mEventCount = mEventsToWrite.size();
        }
    }