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

Commit 006a1576 authored by Cody Northrop's avatar Cody Northrop
Browse files

GraphicsEnvironment: New use_query_angle_choice flag

We can't use the previous flag, it has been deleted.

Flag: android.os.use_query_angle_choice
Test: m && flashall
Bug: b/408439360
Change-Id: Iac668eb06906b3f7a839bac0f987b1cbd6c8d5e0
parent 1fde0526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -619,7 +619,7 @@ public class GraphicsEnvironment {
        // Perform a number of checks to decide if we should set up ANGLE
        boolean setupANGLE = false;

        if (android.os.Flags.queryAngleChoiceFlag()) {
        if (android.os.Flags.useQueryAngleChoice()) {
            // Check settings choice first, as the highest priority
            final String settingsChoice = queryAngleChoice(
                    context,
+7 −7
Original line number Diff line number Diff line
@@ -370,13 +370,6 @@ flag {
    bug: "345802719"
}

flag {
    name: "query_angle_choice_flag"
    namespace: "gpu"
    description: "Unconditionally querying ANGLE choice to fix a driver load malfunction"
    bug: "408439360"
}

flag {
    name: "remove_app_profiler_pss_collection"
    is_exported: true
@@ -433,6 +426,13 @@ flag {
     bug: "418770969"
}

flag {
    name: "use_query_angle_choice"
    namespace: "gpu"
    description: "Use new query for ANGLE choice"
    bug: "408439360"
}

flag {
    namespace: "system_performance"
    name: "binder_cache_transaction_trace_names"