mirror of
https://github.com/openharmony/applications_screenshot.git
synced 2026-07-01 20:39:36 -04:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user