cuplv / TraceRunner

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

Callins recorded which should not be callins #2

Closed ftc closed 7 years ago

ftc commented 8 years ago

Tracing this application causes methods which are not callins to be recorded:

https://github.com/telerik/Android-samples/tree/master/Blogs/Json-Reader-2/app/src/main/java/com/example/telerik/json_reader_2

/Users/s/Documents/source/fixr-callbacks-experiments-2016/observed_traces/android_star_filter_manual_data_2.0/com.example.telerik.json_reader_2com.example.telerik.json_reader_2.MainActivity144946706044.proto

ftc commented 7 years ago

Added code to check callback and callin on each log and not record if not a callback or callin.