HarmonyOS Developer Technology
Author

HarmonyOS Developer Technology

HarmonyOS developers provide key technology analysis, version updates, Codelabs practice, and event information for HarmonyOS. Welcome developers to join the HarmonyOS ecosystem and create infinite possibilities together!

59
Articles
0
Likes
18
Views
0
Comments
Recent Articles

Latest from HarmonyOS Developer Technology

59 recent articles
HarmonyOS Developer Technology
HarmonyOS Developer Technology
Aug 7, 2026 · Mobile Development

HarmonyOS APMS Fault Metrics: Multi-Dimensional App Health Monitoring

This article details HarmonyOS Application Performance Monitoring Service (APMS) fault metrics, explaining access via AppGallery Connect, four core functions — metric query, version comparison, dimension distribution, and TOP problem aggregation — and how real-time crash, freeze, OOM, and resource leak data enable proactive app health inspection.

APMSHarmonyOSHuawei
0 likes · 4 min read
HarmonyOS APMS Fault Metrics: Multi-Dimensional App Health Monitoring
HarmonyOS Developer Technology
HarmonyOS Developer Technology
Jul 27, 2026 · Mobile Development

ArkTS Memory Leak Detection: LocalHandle Tool Pinpoints Leaks in Minutes, Not Days

This guide introduces the LocalHandle leak detection tool for HarmonyOS ArkTS, which uses smart instrumentation to identify memory leaks at creation time by checking for active handle scopes, reducing debugging from days to minutes with 100% accuracy and direct code-line navigation in DevEco Studio.

ArkTSDebugging ToolsDevEco Studio
0 likes · 15 min read
ArkTS Memory Leak Detection: LocalHandle Tool Pinpoints Leaks in Minutes, Not Days
HarmonyOS Developer Technology
HarmonyOS Developer Technology
Jul 24, 2026 · Mobile Development

Locating Native Memory Leaks in HarmonyOS Apps: Complete Profiling Workflow

This article details common causes of native memory leaks in HarmonyOS apps and provides a step-by-step workflow using DevEco Profiler's Allocation template to reproduce, identify, analyze, and fix leaks via Native Heap and call stack analysis, illustrated with a real-world case study.

Allocation TemplateC/C++ Memory ManagementCall Stack Analysis
0 likes · 12 min read
Locating Native Memory Leaks in HarmonyOS Apps: Complete Profiling Workflow