cuplv / TraceRunner

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

Exceptions are not logged completely #8

Open ftc opened 7 years ago

ftc commented 7 years ago

The current idea is to first log the entry and exit of each callin. If an entry is seen but not an exit this implies that an exception was thrown however we don't know what exception without adding more instrumentation. This is a todo to add that when needed.

Exception logging to add: