Merge "Track debug key changes in libcore/" am: 462331f40f
am: 79f93feb49
Change-Id: I2744b64979414acc115245ab997674c02e6b90eb
This commit is contained in:
@@ -94,7 +94,7 @@ public class RuntimeService extends Binder {
|
|||||||
// Add /data tz data set using the DistroVersion class (which libcore cannot use).
|
// 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
|
// This update mechanism will be removed after the time zone APEX is launched so this
|
||||||
// untidiness will disappear with it.
|
// untidiness will disappear with it.
|
||||||
String debugKeyPrefix = "core_library.timezone.data_";
|
String debugKeyPrefix = "core_library.timezone.source.data_";
|
||||||
String versionFileName = TimeZoneDataFiles.getDataTimeZoneFile(
|
String versionFileName = TimeZoneDataFiles.getDataTimeZoneFile(
|
||||||
TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
|
TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
|
||||||
addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo);
|
addDistroVersionDebugInfo(versionFileName, debugKeyPrefix, coreLibraryDebugInfo);
|
||||||
|
|||||||
Reference in New Issue
Block a user