this is a test

Signed-off-by: zuojiaqi <zuojiaqi3@huawei.com>
This commit is contained in:
zuojiaqi
2024-06-06 18:35:35 +08:00
parent 3e37109d01
commit 56ab3a795f
@@ -67,6 +67,7 @@ export class ScreenShotModel {
const userFileMgr = userFileManager.getUserFileMgr(context);
this.imageFileName = SCREENSHOT_PREFIX + '_' + (new Date()).getTime() + PICTURE_TYPE;
Log.showInfo(TAG, `imageName: ${this.imageFileName}`);
Log.showInfo(TAG, `add: this is a test`);
const packer = ImageMar.createImagePacker();
this.showWindow();