cuplv / TraceRunner

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

Synt locations #37

Closed ftc closed 6 years ago

ftc commented 7 years ago

See issue 34

https://github.com/cuplv/TraceRunner/issues/34

ftc commented 7 years ago

Note the syntactic occurances of each disallow in the example apps:

Kistenstappeln getString: 14 startActivity:0 ContractionTimer getString: 3 startActivity: 8

The traces we make generally only hit one of these but we could hit more manually.

I think this makes it worth it to do the syntactic location thing.

bechang commented 7 years ago

It is still not a huge number of hits, so I think we do need to expand the disallows to the related disallows on the object. But I recognize that this is a different issue.