调整调试信息
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Sat Mar 29 19:57:40 GMT 2025 | ||||
| #Sat Mar 29 20:07:25 GMT 2025 | ||||
| stageCount=2 | ||||
| libraryProject=libaes | ||||
| baseVersion=15.2 | ||||
| publishVersion=15.2.1 | ||||
| buildCount=63 | ||||
| buildCount=71 | ||||
| baseBetaVersion=15.2.2 | ||||
|   | ||||
| @@ -52,7 +52,7 @@ public class WinBollClientService extends Service implements IWinBollClientServi | ||||
|  | ||||
|     @Override | ||||
|     public void onCreate() { | ||||
|         ToastUtils.show("onCreate"); | ||||
|         //ToastUtils.show("onCreate"); | ||||
|         super.onCreate(); | ||||
|         mWinBollClientThread = null; | ||||
|         mWinBollClientServiceBean = WinBollClientServiceBean.loadWinBollClientServiceBean(this); | ||||
| @@ -126,7 +126,7 @@ public class WinBollClientService extends Service implements IWinBollClientServi | ||||
|     @Override | ||||
|     public void onDestroy() { | ||||
|         super.onDestroy(); | ||||
|         ToastUtils.show("onDestroy"); | ||||
|         //ToastUtils.show("onDestroy"); | ||||
|     } | ||||
|  | ||||
|     @Override | ||||
| @@ -156,7 +156,7 @@ public class WinBollClientService extends Service implements IWinBollClientServi | ||||
|     class WinBollClientThread extends Thread { | ||||
|         @Override | ||||
|         public void run() { | ||||
|             ToastUtils.show("WinBollClientThread"); | ||||
|             //ToastUtils.show("WinBollClientThread"); | ||||
|             super.run(); | ||||
|             syncWinBollClientThreadStatus(); | ||||
|             if (mIsEnableService) { | ||||
|   | ||||
| @@ -122,7 +122,7 @@ public class WinBollServiceStatusView extends LinearLayout { | ||||
|         mConnectionStatus = getConnectionStatus(); | ||||
|         //mIsConnected = false; | ||||
|         //mWinBollServerHostConnectionStatus = WinBollServerHostConnectionStatus.DISCONNECTED; | ||||
|         ToastUtils.show("initView()"); | ||||
|         //ToastUtils.show("initView()"); | ||||
|  | ||||
|         mViewOnClickListener = new View.OnClickListener(){ | ||||
|             @Override | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen