OSDN Git Service

Package blacklist/whitelist file support for Monkey.
authorYing Wang <wangying@google.com>
Tue, 8 Dec 2009 22:59:43 +0000 (14:59 -0800)
committerYing Wang <wangying@google.com>
Thu, 10 Dec 2009 18:55:50 +0000 (10:55 -0800)
commita35897da6fcddec45270324a67614deaaacbde94
tree2140467c448c48ea40242a3942b016c65dea7933
parent863270d143ab4d496029f8417094187061e74ef2
Package blacklist/whitelist file support for Monkey.

With this CL, you can specify a package whitelist file or a package blacklist file,
but not both. You can not specify both individual packages via -p and blacklist file,
either. But you can specify both whitelist file and individual packages via -p and they
will be summed up.
cmds/monkey/src/com/android/commands/monkey/Monkey.java