Commit Graph

26 Commits

Author SHA1 Message Date
yang-19970325 715b8c5ffa 修复cpuprofiler时概率nodata问题
Issue:#I9MKK0

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: Iaee31dd2761dd53ee618204a4f021c157674762b
2024-05-11 15:17:48 +08:00
openharmony_ci 5bb9f79b8d !8252 change gettid to getproctid
Merge pull request !8252 from fangting/tidchange
2024-04-28 08:08:23 +00:00
eager1 105e14d4a6 ability_runtime新增state profiler相关接口
Signed-off-by: eager1 <chenyige2@huawei.com>
Change-Id: Idd97890fd69cb5b3b516231ead38af0ee5e9a32a
2024-04-24 15:05:01 +08:00
fangting 579fadef9a Merge branch 'master' of gitee.com:openharmony/ability_ability_runtime into tidchange
Signed-off-by: fangting <fangting12@huawei.com>
2024-04-23 15:21:09 +08:00
fangting 85528e03c4 change tid
Signed-off-by: fangting <fangting12@huawei.com>
2024-04-23 10:18:59 +08:00
fangting 70d2d7db5d 静态告警风格不一致
Signed-off-by: fangting <fangting12@huawei.com>
2024-04-17 11:08:57 +08:00
wanghuan2022 ed0038b6af [Bug]: 修复大桌面录制allocation大概率崩溃问题
desc: 修复大桌面录制allocation大概率崩溃问题

solu: new worker时添加实例会直接往map里添加;但是destroy
worker时,remove操作会先判断当前connectserver是否连接,连接状态才会删除。如果未连接状态下worker创建并销毁,这样map就会保存已销毁的实例,导致后续切换到该实例线程操作时,出现了崩溃

issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I9FE4M

Signed-off-by: wanghuan2022 <wanghuan80@huawei.com>
Change-Id: Ifaea2ecd9ecbaf5028abe8d3a4bb42bff7b272bf
2024-04-10 10:43:10 +08:00
xinking129 08f035b853 整改interfaces/inner_api hilog
Signed-off-by: xinking129 <xinxin13@huawei.com>
2024-03-25 14:58:31 +08:00
fangting c560a7c8f5 fix log print error
Signed-off-by: fangting <fangting12@huawei.com>
2024-02-22 17:10:12 +08:00
fangting ba9e6b1791 fix bug
Signed-off-by: fangting <fangting12@huawei.com>
2024-02-20 16:25:39 +08:00
fangting 2418c98648 release dont open debuggerso
Signed-off-by: fangting <fangting12@huawei.com>
2024-02-19 16:02:55 +08:00
fangting 3ad559d45b release app don't start debugger for old process
Signed-off-by: fangting <fangting12@huawei.com>
2024-01-30 18:41:59 +08:00
songjindian 1dc5c15554 调试流程重构,遗留告警修改
Signed-off-by: songjindian <songjindian1@huawei.com>
2023-12-06 17:45:15 +08:00
songjindian 564b11a447 调试流程重构
Signed-off-by: songjindian <songjindian1@huawei.com>
2023-11-26 22:40:08 +08:00
yang-19970325 cc66415c98 Fix websocket
Issue:#I7VZ7Y

Signed-off-by: yang-19970325 <yangyang585@huawei.com>
Change-Id: I72bc623688e9e7ef95c626517ed85f4267bba951
2023-09-07 16:11:43 +08:00
openharmony_ci 89fa75e10d !5395 Extend the protocol in connectsever
Merge pull request !5395 from lijiamin/extend
2023-05-17 07:15:22 +00:00
openharmony_ci 15f08bcb0e !5284 fix mutex
Merge pull request !5284 from dujingcheng/fixget
2023-05-17 04:06:20 +00:00
lijiamin2019 c6087ed6c1 Extend the protocol in connectsever
Signed-off-by: lijiamin2019 <lijiamin24@huawei.com>
Change-Id: Ib83fb954b8f3c51738fb660a30e14ad9498c16d8
2023-05-12 14:50:54 +08:00
panzhenyu1 a44781024e Add connect server for ArkUI-X
Issue: https://gitee.com/openharmony/arkui_ace_engine/issues/I6Z1IQ

Signed-off-by: panzhenyu1 <panzhenyu1@huawei.com>
Change-Id: I8366276ca00dc5011889a10bad3a2a0c35b40c65
2023-04-27 17:02:59 +08:00
dujingcheng e323e459d5 fix mute
Signed-off-by: dujingcheng <dujingcheng@huawei.com>
2023-04-26 04:48:09 +00:00
huangshiwei 87c1f6bd80 huangshiwei4@huawei.com
Signed-off-by: huangshiwei <huangshiwei4@huawei.com>
2022-12-15 20:14:03 +08:00
zhangrongjie 7fd913397f fix bug for layoutInspector
Signed-off-by: zhangrongjie <zhangrongjie4@huawei.com>
Change-Id: I11a0463ad50aa37ef1faaa39d661ed17ea416b36
2022-12-06 11:17:31 +08:00
zhangrongjie 5817a395d5 layoutInspector support stage mode
Signed-off-by: zhangrongjie <zhangrongjie4@huawei.com>
Change-Id: Ida7251c16ae4d5647f63e65aca5c5b63c101e3d2
2022-11-08 14:28:10 +08:00
huangfeijie 23f0aeeb52 issue: https://gitee.com/openharmony/ability_ability_runtime/issues/I5TEGF
Add the tid info for the HeapProfiler

Use gettid() to get the info

Signed-off-by: huangfeijie <huangfeijie@huawei.com>
2022-09-27 17:27:37 +08:00
liqiang a7f71b5424 IssueNo:https://gitee.com/openharmony/ability_ability_runtime/issues/I5LLT3
Description:adjust log level
Sig: SIG_ApplicationFramework
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: liqiang <liqiang121@huawei.com>
Change-Id: Iefd0ed54c183306858cb8995bc0159ef8eaea035
2022-08-10 14:24:16 +08:00
shiyu_huang b0633ac6c9 issue:#I5GZDI
Description:Worker support debug mode
Sig:SIG_ApplicationFramework
Feature or Bugfix:Feature
Binary Source:No

Signed-off-by: shiyu_huang <huangshiyu1@huawei.com>
Change-Id: I7b81d8aa32ac3ebcbfbf08cc42b86318d78c4c86
2022-07-14 16:37:52 +08:00