添加调试日志

This commit is contained in:
ZhanGSKen 2025-04-15 20:47:23 +08:00
parent 0460613aea
commit 4612593d88
2 changed files with 4 additions and 2 deletions

View File

@ -132,8 +132,9 @@ implements BackgroundPicturePreviewDialog.IOnRecivedPictureListener {
dlg.show(); dlg.show();
} }
} }
void initEnv() { void initEnv() {
LogUtils.d(TAG, "initEnv()");
_RecivedPictureFileName = "Recived.data"; _RecivedPictureFileName = "Recived.data";
} }
@ -152,7 +153,7 @@ implements BackgroundPicturePreviewDialog.IOnRecivedPictureListener {
// 加载背景 // 加载背景
startCropImageActivity(false); startCropImageActivity(false);
} }
// //
// 更新预览背景 // 更新预览背景
// //

View File

@ -72,6 +72,7 @@ public class BackgroundPicturePreviewDialog extends Dialog {
} }
void initEnv() { void initEnv() {
LogUtils.d(TAG, "initEnv()");
mszPreReceivedFileName = "PreReceived.data"; mszPreReceivedFileName = "PreReceived.data";
} }