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

Commit cd2e4b51 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Track debug key changes in libcore/" am: 462331f4 am: 79f93feb

am: 052b9d24

Change-Id: Id5272fe9891efa3994aa939fa6bbabef0789735e
parents f9bb7f79 052b9d24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ public class RuntimeService extends Binder {
        // Add /data tz data set using the DistroVersion class (which libcore cannot use).
        // This update mechanism will be removed after the time zone APEX is launched so this
        // untidiness will disappear with it.
        String debugKeyPrefix = "core_library.timezone.data_";
        String debugKeyPrefix = "core_library.timezone.source.data_";
        String versionFileName = TimeZoneDataFiles.getDataTimeZoneFile(
                TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
        addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo);