Searched refs:DevEco (Results 1 – 8 of 8) sorted by relevance
18 结合[DevEco Studio](https://developer.harmonyos.com/cn/develop/deveco-studio)可监听某个变量或多个变量的表达式在每次停顿时的值…21 结合DevEco Studio可同时调试多个ArkCompiler虚拟机的实例,目前主要应用场景在调试主线程及多个worker子线程。36 - 内存快照(Heap SnapShot Dump)可以生成堆内存的快照并通过DevEco Studio提供对象数据的可视化分析,方便开发者分类统计内存占用。开发者可以查看对象属性的值,对象之间的引…41 [DevEco Studio调试功能使用文档](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/ide_deb…43 [DevEco Studio Profiler功能使用文档](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/…
17 方舟工具链提供的调试调优能力,需通过DevEco Studio使用,同时依赖于ArkCompiler Runtime提供运行时相关信息。38 …DevEco Studio和SDK使用,详细的指导请前往[应用调试](https://developer.harmonyos.com/cn/docs/documentation/doc-guide…
35 self.jbr_path = r'xxx\DevEco Studio\jbr'80 jbr_path = r'xxx\DevEco Studio\jbr'85 **AS = 1 DevEco = 2** 118 IDE_filename = ["AS", "DevEco"]
22 DevEco = 2 variable in IdeType48 self.ide = IdeType.DevEco
61 if self.config.ide == performance_config.IdeType.DevEco:145 extension_name = ".abc" if self.config.ide == performance_config.IdeType.DevEco else ".dex"195 if self.config.ide != performance_config.IdeType.DevEco and not self.developing_test_mode:
4 # 在DevEco Studio中的用法5 Arkguard已经被集成了到SDK中。可以在DevEco Studio中很方便地使用。Arkguard只能用于Stage模型54 在创建工程或library的时候,DevEco Studio会自动生成`obfuscation-rules.txt`和`consumer-rules.txt`文件,146 默认情况下,DevEco Studio会在临时的缓存目录中保存缓存文件,并且在增量编译场景中自动应用该缓存文件。
6 # Usage in DevEco Studio7 Arkguard has been integrated into SDK. It is convenient to use Arkguard in DevEco Studio.8 In DevEco Studio, Arkguard can be enabled only in Stage Model (FA Model is not supported).9 For now only name obfuscations can be used in DevEco Studio (because other obfuscation63 The files `obfuscation-rules.txt` and `consumer-rules.txt` are created by DevEco Studio automatical…162 By default, DevEco Studio will keep and update the namecache file in the temporary cache directory …