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

Commit cde5988b authored by Cody Northrop's avatar Cody Northrop Committed by Android (Google) Code Review
Browse files

Merge "GraphicsEnvironment: New use_query_angle_choice flag" into main

parents a760186d 006a1576
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"