@Override public void onCreate() { super.onCreate(); LogUtils.d("server start"); mSocketManager = SocketManager.getManager(); mSocketManager.connect(DispatchDataService.this, DeviceUtils.getDeviceMacAddress(this)); }
@Override public void onDestroy() { super.onDestroy(); LogUtils.d("server destroy"); }