mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 15:10:25 +00:00
Signed-off-by: wlxtt <litao316@h-partners.com>
Changes to be committed:
This commit is contained in:
parent
655beb08d0
commit
92d4a8a554
@ -58,9 +58,9 @@ export class OperationImpl implements BrowserOperationInterface {
|
||||
return;
|
||||
}
|
||||
|
||||
TraceControllerUtils.startTrace('readAndWriteData')
|
||||
await this.readAndWriteData(fd, targetFd);
|
||||
TraceControllerUtils.finishTrace('readAndWriteData')
|
||||
TraceControllerUtils.startTrace('copyFile')
|
||||
await fileio.copyFile(fd, targetFd)
|
||||
TraceControllerUtils.finishTrace('copyFile')
|
||||
|
||||
TraceControllerUtils.startTrace('sourceClose')
|
||||
await source.close(fd);
|
||||
|
Loading…
Reference in New Issue
Block a user