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

Commit c73dd5e7 authored by Martin Stjernholm's avatar Martin Stjernholm Committed by Android (Google) Code Review
Browse files

Merge "Remove dalvik.vm.usejitprofiles system property."

parents be8fb2f1 bc4eddd3
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -501,10 +501,6 @@ static int prepare_app_cache_dir(const std::string& parent, const char* name, mo
}

static bool prepare_app_profile_dir(const std::string& packageName, int32_t appId, int32_t userId) {
    if (!property_get_bool("dalvik.vm.usejitprofiles", false)) {
        return true;
    }

    int32_t uid = multiuser_get_uid(userId, appId);
    int shared_app_gid = multiuser_get_shared_gid(userId, appId);
    if (shared_app_gid == -1) {