Loading core/java/android/os/GraphicsEnvironment.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading core/java/android/os/flags.aconfig +7 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading Loading
core/java/android/os/GraphicsEnvironment.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading
core/java/android/os/flags.aconfig +7 −7 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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" Loading