diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2021-01-13 15:10:23 +0000 |
---|---|---|
committer | Nicolas Geoffray <ngeoffray@google.com> | 2021-03-05 15:02:34 +0000 |
commit | cfbebc15aef9cfa4256c6dd323c3c341e6f4fefd (patch) | |
tree | 3b530d663f6a2f5e567837db9badbf3142d8275f /config | |
parent | 45d586c66cdd099c9c9edbcd7174eb8c8b2ec6f8 (diff) |
Remove some methods from DdmVmInternal.
Test: m
Change-Id: I41bee1f48f77f61e5194fcc0e4607f04ab674c1f
Diffstat (limited to 'config')
-rw-r--r-- | config/preloaded-classes | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/preloaded-classes b/config/preloaded-classes index 5e88d97db91f..56c35bc41d05 100644 --- a/config/preloaded-classes +++ b/config/preloaded-classes @@ -1838,11 +1838,9 @@ android.database.sqlite.SqliteWrapper android.ddm.DdmHandleAppName$Names android.ddm.DdmHandleAppName android.ddm.DdmHandleExit -android.ddm.DdmHandleHeap android.ddm.DdmHandleHello android.ddm.DdmHandleNativeHeap android.ddm.DdmHandleProfiling -android.ddm.DdmHandleThread android.ddm.DdmHandleViewDebug android.ddm.DdmRegister android.debug.AdbManager |