添加调试日志
This commit is contained in:
		@@ -134,6 +134,7 @@ implements BackgroundPicturePreviewDialog.IOnRecivedPictureListener {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void initEnv() {
 | 
					    void initEnv() {
 | 
				
			||||||
 | 
					        LogUtils.d(TAG, "initEnv()");
 | 
				
			||||||
        _RecivedPictureFileName = "Recived.data";
 | 
					        _RecivedPictureFileName = "Recived.data";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -72,6 +72,7 @@ public class BackgroundPicturePreviewDialog extends Dialog {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    void initEnv() {
 | 
					    void initEnv() {
 | 
				
			||||||
 | 
					        LogUtils.d(TAG, "initEnv()");
 | 
				
			||||||
        mszPreReceivedFileName = "PreReceived.data";
 | 
					        mszPreReceivedFileName = "PreReceived.data";
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user