Still use ro.monkey

http://b/issue?id=1681101
This commit is contained in:
Ying Wang
2010-01-04 18:51:25 -08:00
parent c20467f94a
commit 42c98ada11

View File

@@ -152,8 +152,7 @@ public class AccountManagerService
new AtomicReference<AccountManagerService>();
private static final boolean isDebuggableMonkeyBuild =
SystemProperties.getBoolean("monkey.running", false)
&& SystemProperties.getBoolean("ro.debuggable", false);
SystemProperties.getBoolean("ro.monkey", false);
private static final Account[] EMPTY_ACCOUNT_ARRAY = new Account[]{};
static {