# app_moitor **Repository Path**: jiodg45/app_moitor ## Basic Information - **Project Name**: app_moitor - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-15 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # app_monitor collect the app performance ## Solutions 方案 | 功能 | 优点 | 缺点 | link -- | -- | -- | -- | -- 友盟 | crash,卡顿、启动、网络性能分析 | 成熟 | 1.无CPU指标,不支持flutter监控 2. 收费 | https://apm.umeng.com/platform/5f6d566180455950e496e0e7/overview https://developer.umeng.com/docs/193624/detail/291394 Matrix | crash,内存监控功能,卡顿监控 | 开源 | 无CPU指标,不支持flutter监控 需要处自建portal处理数据 | https://github.com/Tencent/matrix 全新开发 | 1. iOS目前可以获取到cpu,fps,memory 2. Flutter fps可以通过Hook scheduleBinding获取帧率 3. Android目前只能拿到memory | 可以自定义 | 1. 需要开发portal 2. OOM和Junk异常点堆栈上抛 | git@code.connected.bmw:LongxiangGuo/app_monitor.git ## TODO How to collect the stackTrace when app junk, we can intergate the [KSCrash] https://github.com/kstenerud/KSCrash.git