OSDN Git Service

Start sensor service in a seperate thread
authorWei Wang <wvw@google.com>
Tue, 29 Nov 2016 19:53:53 +0000 (11:53 -0800)
committerWei Wang <wvw@google.com>
Thu, 1 Dec 2016 00:38:52 +0000 (16:38 -0800)
commitf94016d91b1001b7575a7063934ec47edefb79a9
treeabcbb636f802cdcae68979221955b457f0043562
parentd61cc80acac3441826707422423d5881522d8d32
Start sensor service in a seperate thread

StartSensorService is taking ~141.8ms on marlin to start
With this CL, StartSensor will be done in a seperate
thread so the SystemServer can continue booting

Bug: 33199244
Test: on marlin
Change-Id: I9e486d61e85072d5cbe69b1671c8fbfeca9c2200
services/core/jni/com_android_server_SystemServer.cpp