Android DebugPort v0.5 Release Notes
Release Date: 2016-05-06 // almost 7 years ago-
- 🆕 New commands:
get(Object obj, String fieldName)
- gets the value of any field on the given object, regardless of accessset(Object obj, String fieldName, Object value)
- sets the value of any field on the given object, regardless of accesscall(Object obj, String method, Object... params)
- calls a method on the given object, regardless of access
- ⚡️ Updated
help()
output - 👌 Improved support for showing VarArgs parameters in
methods
andmethodsLocal
- 🆕 New commands: