cuplv / TraceRunner

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

Message dropping issue #43

Open ftc opened 7 years ago

ftc commented 7 years ago

Messages are dropped when instrumenter crashes. This is because I get the ID first thing in the logger when I am sure I should send something (for callbacks the logger only logs if they are invoked by the framework since app code can invoke methods normally meant as callbacks too). If a crash occurs then an id number is checked out but never sent.

This issue is to come up with a better way of dealing with this.