commit | a052071b719c5fe933892dcc96e8fc1cbe791269 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Nov 14 15:38:04 2019 -0800 |
committer | Josh Gao <jmgao@google.com> | Thu Nov 14 18:37:55 2019 -0800 |
tree | bd9beda1a7a2f03e9669c1e6e4454b9a3ebcfb05 | |
parent | 19143968d70f10f72327d0eca4152758268dcdad [diff] |
surfaceflinger: initialize ActiveConfigInfo fields. Previously, the two ActiveConfigInfo fields in SurfaceFlinger are uninitialized upon construction, and when run with debugging code that slows down open, we reliably hit a case where setRefreshRateType is called on an uninitialized RefreshRateType, leading to explosion. Test: booted with libfdtrack Change-Id: I14520775f8660fee6545d8a354a04ed3674a1597