sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

Android watch methods print args and return detail #334

Closed arielmiki closed 4 years ago

arielmiki commented 4 years ago

This PR related to #325 When performing the watch method in Android, objection only print [object, object] for Object and Array. This is happening both for args and return. e.g: Arguments com.foo.example.Main.method(Hello World, [object Object], [object Object])