Commit 8a37dcb2 by sikang

bug fix

parent c83b9817
...@@ -92,7 +92,7 @@ public class UserPresenter extends BasePresenter<UserApi> { ...@@ -92,7 +92,7 @@ public class UserPresenter extends BasePresenter<UserApi> {
public void accept(GatewayInfoBean gatewayInfoBean) throws Exception { public void accept(GatewayInfoBean gatewayInfoBean) throws Exception {
Gateway.setGatewayInfoBean(gatewayInfoBean); Gateway.setGatewayInfoBean(gatewayInfoBean);
TrackEventHelper.logEvent(DeviceInfo.getHardwareInfo()); TrackEventHelper.logEvent(DeviceInfo.getHardwareInfo());
String pkgs = DeviceInfo.getPkgsFromeAppList(DeviceInfo.getAppList(LibConfig.getContext(), 1000)); String pkgs = DeviceInfo.getPkgsFromeAppList(DeviceInfo.getAppList(LibConfig.getContext(), 20));
TrackEventHelper.logEvent(pkgs); TrackEventHelper.logEvent(pkgs);
getCustomerMsg(""); getCustomerMsg("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment