!14538 修改获取应用显存接口的api等级

Merge pull request !14538 from 于好强/master
This commit is contained in:
openharmony_ci 2024-11-05 13:42:50 +00:00 committed by Gitee
commit 86707e0fdb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -846,7 +846,7 @@ declare namespace hidebug {
* @throws { BusinessError } 11400104 - Failed to get the application memory due to a remote exception.
* @syscap SystemCapability.HiviewDFX.HiProfiler.HiDebug
* @atomicservice
* @since 13
* @since 14
*/
function getGraphicsMemory(): Promise<number>;
@ -857,7 +857,7 @@ declare namespace hidebug {
* @throws { BusinessError } 11400104 - Failed to get the application memory due to a remote exception.
* @syscap SystemCapability.HiviewDFX.HiProfiler.HiDebug
* @atomicservice
* @since 13
* @since 14
*/
function getGraphicsMemorySync(): number;
}