cuplv / TraceRunner

Tool for generating dynamic traces of android applications.
3 stars 0 forks source link

method_name in CALLBACK_ENTRY #10

Closed ftc closed 7 years ago

ftc commented 7 years ago

callback entry needs the simple method name (eg: instead of void ()) for resolving super. But this can't be method_name as this needs to be the full signature style name with types. Add parameter to logging method and instrument with extra data.