1How WeChat Reduces FOOM: Advanced Android Memory Monitoring StrategiesThe primary memory monitoring tool for iOS currently is Instruments' Allocations, which can only be utilized during the development stage. This article will explain how to create an offline memory monitoring tool to identify memory-related issues after the app has been launched.
2Let Crashes "Speak": How AI Identifies Root Cause Signals From "Noise"As AI technology continues to evolve, game crash governance is shifting from passive response to proactive prevention. Tencent's CrashSight platform transforms game crash management by using intelligent clustering and a hybrid reasoning framework.
3How to Efficiently Test iOS Apps with Appium on WeTestTo ensure the quality of our iOS Apps during development and testing, we decide to use Jenkins jobs to test it on WeTest cloud devices for every update of our app. After investigating various tools, we use gtest + gmock as the unit test framework and Appium as the UI test framework for the SDK.