Merge "Move DhcpClient SM thread onto IpClient's SM thread" am: 4a352dd5e0 am: a6c594847d
am: 473ed27a6c
Change-Id: Idb865394bc15591c8c84745c9de5662a928ed618
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user