Merge "Move DhcpClient SM thread onto IpClient's SM thread" am: 4a352dd5e0

am: a6c594847d

Change-Id: Id124d26e03d3d91a234e78b5fad1aca682cf9f6d
This commit is contained in:
Erik Kline
2018-01-11 06:48:31 +00:00
committed by android-build-merger

View File

@@ -224,7 +224,7 @@ public class DhcpClient extends StateMachine {
// TODO: Take an InterfaceParams instance instead of an interface name String.
private DhcpClient(Context context, StateMachine controller, String iface) {
super(TAG);
super(TAG, controller.getHandler());
mContext = context;
mController = controller;