aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Gillin <peteg@google.com>2018-02-01 13:36:40 +0000
committerPete Gillin <peteg@google.com>2018-02-01 13:36:40 +0000
commitd82e086aa1d55afcf269cb8024ccc38c655b9c72 (patch)
tree7e45c5dac97bd38d1655a510e7d2ad3d96c4653e
parent6c3ded30e516793d3bdfdead872ceb3700be8453 (diff)
downloadjacoco-pie-qpr2-release.tar.gz
The README was updated in http://ag/3492180 but not in http://ag/3505896. This change brings it up to date. (Only a minor change, but it seems better to be accurate.) Bug: 64836607 Test: N/A Change-Id: I32e161fec14eee35154f4d754ab2f14e160923c8
-rw-r--r--README.android2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.android b/README.android
index 83866748..8fa2b902 100644
--- a/README.android
+++ b/README.android
@@ -17,7 +17,7 @@ is the list of the changes:
3) Change the runtime to reduce dependencies on core libraries.
Previously, Offline's static initializer would eagerly create an
Agent, a process which has lots of dependencies. With this change,
- Offline only eagerly creates an ExecutionDataStore, which is much
+ Offline only eagerly creates a Map<Long, ExecutionData>, which is much
more lightweight. The Agent is only created when it's actually
needed. This makes it possible to instrument a lot of more core
libraries without creating a circular dependency at runtime.