diff options
author | Paul Duffin <paulduffin@google.com> | 2018-12-13 12:19:52 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2018-12-14 15:27:05 +0000 |
commit | ecb6124d540975d8f2466bc9d9bf4b79bc6ff972 (patch) | |
tree | c48ff542406aebeb536e3a7fa63d3c99159a4ec7 /config/preloaded-classes | |
parent | bb28a036c3cd0ef6433efb16ed99ae703bcfe4a7 (diff) |
Remove uses of libcore.io DropBox and EventLogger
DropBox and EventLogger provide hooks for use by framework to intercept
messages sent by libcore. However, neither of these mechanisms are
actually used by libcore so there is no point in framework code using
it.
Bug: 119748341
Test: make checkbuild, flash
Change-Id: I9dbd1b6dea92f7441efb6d0a579efd13bc0e5139
Diffstat (limited to 'config/preloaded-classes')
-rw-r--r-- | config/preloaded-classes | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index 30959256c922..c8a2a9c19b28 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -6137,12 +6137,6 @@ libcore.io.BufferIterator libcore.io.ClassPathURLStreamHandler libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection libcore.io.ClassPathURLStreamHandler$ClassPathURLConnection$1 -libcore.io.DropBox -libcore.io.DropBox$DefaultReporter -libcore.io.DropBox$Reporter -libcore.io.EventLogger -libcore.io.EventLogger$DefaultReporter -libcore.io.EventLogger$Reporter libcore.io.ForwardingOs libcore.io.IoBridge libcore.io.IoTracker |