History log of /frameworks/native/services/surfaceflinger/StartPropertySetThread.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f9b05eeb5f3b3ea92ea196f37a53df06b535690c 20-Jul-2017 Wei Wang <wvw@google.com> SurfaceFlinger: Set property in StartPropertySetThread during init

This is similar to ag/1849505/ (see b/34499826), which by setting
property in a separate thread, that CL aims to avoid slow initialization
in SurfaceFlinger::init where SurfaceFlinger is waiting on
property_service.

There is new property_set() call added, and this CL is to move it to the
StartPropertySetThread.

Bug: 63844978
Test: on taimen with simulated delay ag/2562492/
Change-Id: I31547cb5e75f44eac635386b3cf345a44931c78f
/frameworks/native/services/surfaceflinger/StartPropertySetThread.cpp