commit | 8411a3b0166d9eb86c82eef5b8c96c2e05a7de21 | [log] [tgz] |
---|---|---|
author | Tri Vo <[email protected]> | Fri Feb 08 09:45:56 2019 -0800 |
committer | Tri Vo <[email protected]> | Fri Feb 08 09:45:58 2019 -0800 |
tree | a6de32c09aa4203a5f196fc8f536c9bdb712ecf1 | |
parent | df205799f399528a822fefce5ae1e6e46cea5410 [diff] |
ashmemd: avoid sleep cycle on non-VNDK devices. On non-VNDK device (e.g. sailfish) the code path to ashmemd is the same, which results in vendor processes always failing to get ashmemd service. Use checkService() to fail immediately, instead of waiting for the service. Fixes: 123999623 Test: boot sailfish, no sleep cycles when trying to reach ashmemd. Change-Id: I4fce14fad28b509cd112370bc4cc2eafd45c6c75