honeynet / droidbot

A lightweight test input generator for Android. Similar to Monkey, but with more intelligence and cool features!
MIT License
812 stars 234 forks source link

Fixes in UTG generation #27

Closed nastya closed 8 years ago

nastya commented 8 years ago

States in UTG were mixed because of not using sorting. Besides they were shifted because the second state (after KeyEvent "Home") was not considered. One more slight change: removed an unused variable in UtgDynamicFactory.

yuanchun-li commented 8 years ago

Thank you. state_transition_graph.py has not been maintained for a long time. It must contain more errors. I will have it tested after some time.