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

Commit 2018fd02 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

logd: optimize statistics

logd reads /data/system/packages.xml (because it also contains
shared UIDs) and is sensitive to line break and tag name issues.

Bug: 19608965
Change-Id: I2a4a6bcfb10529e4b29c9664cbbf12842e689dd1
parent 53729e29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1681,6 +1681,7 @@ final class Settings {
                    //
                    // DO NOT MODIFY THIS FORMAT UNLESS YOU CAN ALSO MODIFY ITS USERS
                    // FROM NATIVE CODE. AT THE MOMENT, LOOK AT THE FOLLOWING SOURCES:
                    //   system/core/logd/LogStatistics.cpp
                    //   system/core/run-as/run-as.c
                    //   system/core/sdcard/sdcard.c
                    //   external/libselinux/src/android.c:package_info_init()