soarlab / maline

Android Malware Detection Framework
GNU Affero General Public License v3.0
81 stars 31 forks source link

Make waiting times architecture-dependent #2

Closed mdimjasevic closed 10 years ago

mdimjasevic commented 10 years ago

Various waiting times (e.g., in extract-trace.sh) are architecture independent now, which doesn't make sense given that ARM-based AVDs are much slower on x86 host processors than x86-based AVDs. Make the times a function of architecture so that times for x86 are shorter. Probably Monkey throttle time for ARM-based AVDs should be more than 100 msec.