aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.