Skip to content

Instantly share code, notes, and snippets.

@yuan0x00
yuan0x00 / record_android_trace_cold_launch.sh
Created October 12, 2025 15:01
android app冷启动耗时perfetto监控脚本
#!/bin/bash
set -e
# ==============================
# 配置区(按需修改)
# ==============================
# 应用包名
PACKAGE_NAME="com.rapid.android"
# Activity包名
MAIN_ACTIVITY=".ui.feature.main.MainActivity"