Skip to content

Commit

Permalink
添加socket通讯
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhijun committed Jun 14, 2017
1 parent 84f54a0 commit e536ddb
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ public void onCreate() {
setAnologyApplicaiton();
//调用各类application的生命周期onCreate
invokeOnCreate();
if (RemoteRouter.PROCESS_NAME.equalsIgnoreCase(ProcessUtil.getProcessName(this, ProcessUtil.getMyProcessId()))){
//扫描所有类注入带注解的action,provider,interceptor等类
PackageScanner.scan(mInstance);
}
//扫描所有类注入带注解的action,provider,interceptor等类
PackageScanner.scan(mInstance);
// }
// }).start();
}catch (Exception e){
Expand Down

0 comments on commit e536ddb

Please sign in to comment.