cuplv / TraceRunner

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

Synchronized method exception handling #22

Open ftc opened 7 years ago

ftc commented 7 years ago

Synchronized methods require special traps which handle extra concurrency exceptions. Currently we do not handle this and in the interest of time we are omitting it. If an exception occurs in a synchronized callback then the verifier will not process that trace as the entry and exits for callins will not match.