【发布时间】:2022-11-05 20:05:17
【问题描述】:
要使用macrobenchmark,我们需要将<profileable> 添加到AndroidManifest。
<profileable
android:shell="true"
tools:targetApi="q" />
在生产版本中包含<profileable> 是否安全?
【问题讨论】:
标签: android performance android-manifest macrobenchmark