OSDN Git Service

Launch NetD in a different thread
authorNathan Harold <nharold@google.com>
Mon, 17 Jul 2017 21:01:53 +0000 (14:01 -0700)
committerNathan Harold <nharold@google.com>
Tue, 18 Jul 2017 03:22:35 +0000 (20:22 -0700)
commitb0e0508582c8f1cbee74ffbf11b8409dd28934e8
tree33dbad72b90d90c8dfef835d21481d6f95c6ad07
parent4ff3cf1eca71e61896a6f4a493974113656f3fd5
Launch NetD in a different thread

Calling run() launches in the current thread;
we want to call start() to launch in a separate
thread to unblock system initialization.

Bug: none
Test: compilation
Change-Id: Ia85059100add6a44a5e3262500b00ba8ca21e125
services/core/java/com/android/server/IpSecService.java