mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 23:00:30 +00:00
commit
b0a4331ded
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2021 Huawei Device Co., Ltd.
|
||||
* Copyright (c) 2021-2024 Huawei Device Co., Ltd.
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
@ -136,6 +136,22 @@ extern "C" {
|
||||
*/
|
||||
#define EVENT_RESOURCE_OVERLIMIT "RESOURCE_OVERLIMIT"
|
||||
|
||||
/**
|
||||
* @brief app address sanitizer event.
|
||||
*
|
||||
* @since 12
|
||||
* @version 1.0
|
||||
*/
|
||||
#define EVENT_ADDRESS_SANITIZER "ADDRESS_SANITIZER"
|
||||
|
||||
/**
|
||||
* @brief app main thread jank event.
|
||||
*
|
||||
* @since 12
|
||||
* @version 1.0
|
||||
*/
|
||||
#define EVENT_MAIN_THREAD_JANK "MAIN_THREAD_JANK"
|
||||
|
||||
/**
|
||||
* @brief OS domain.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user