Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08fa1428 authored by Ying Wang's avatar Ying Wang
Browse files

Rename ro.monkey to monkey.running

So that Monkey can set ro.mokey before running and reset it after running.
parent eb5ffc23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,7 +152,7 @@ public class AccountManagerService
            new AtomicReference<AccountManagerService>();

    private static final boolean isDebuggableMonkeyBuild =
            SystemProperties.getBoolean("ro.monkey", false)
            SystemProperties.getBoolean("monkey.running", false)
                    && SystemProperties.getBoolean("ro.debuggable", false);
    private static final Account[] EMPTY_ACCOUNT_ARRAY = new Account[]{};