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

Commit cba12154 authored by Ashish Sharma's avatar Ashish Sharma
Browse files

Correctly attribute User Activity to the uid in checkin batterystats.

Change-Id: Iacca5985c0b5a68026da6b2b5c9607f8cb71aad5
parent 136c5ae2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2076,7 +2076,7 @@ public abstract class BatteryStats implements Parcelable {
                    if (val != 0) hasData = true;
                }
                if (hasData) {
                    dumpLine(pw, 0 /* uid */, category, USER_ACTIVITY_DATA, args);
                    dumpLine(pw, uid /* uid */, category, USER_ACTIVITY_DATA, args);
                }
            }