问题标签 [android-profiler]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android-studio - Android Profiler 卡在加载中
我正在尝试打开 Profiler,但它无法正常工作,因为它卡在加载中,我有 Android Studio 3.3。
Profiler 卡在加载中
我正在使用这个真实的设备..
android - 使用 shell 命令获取应用程序使用的 Memory-RAM 信息
我只想使用 shell 命令获取特定应用程序使用的 RAM 信息,目前我使用ps -x | grep 'packageName'但其结果因分析器显示的内存而异
这是我正在使用的上述命令的结果
u0_a73 7623 4287 3271364 225728 SyS_epoll_ 73289f334c S packageName (u:193963, s:87819)
粗体部分是应用程序消耗的 ram,以 kB 为单位
android - 打开android studio配置文件时发生OOM错误
安卓版本: 8.0.0
当我调用file.list时,如果我打开android studio profiler监控内存,很容易出现OOM错误,如下:
我尝试从源码中找问题,List最终调用了list0,</p>
file.list -> UnixFileSystem.list() -> UnixFileSystem_list0:
而且,令人困惑的是,这里返回的字符串是“ heap allocation failed ”,而不是“<strong>EnsureLocalCapacity”,所以我不知道“ EnsureLocalCapacity ”从哪里来
这是我的代码:
目前发现是在启用profiler监控的前提下发生的。目前尚不清楚是否会出现其他情况。
几个问题:
- 如何解决这个问题呢?
- 这个问题与分析器有关吗?打开探查器内存监控会消耗内存吗?它要多少钱?
- 哪里可以看到profiler内存监控相关源码
android-studio - Android Studio Network Profiler Retrofit 2-网络分析数据不可用
我遇到了 Android Studio Network Profiler 的问题。我看不到我的应用程序的任何网络请求。我目前正在使用 Retrofit 2。看来 Profiler 是为与 OKHttp 一起使用而构建的。
根据我的理解,Retrofit 是建立在 OKHttp 之上的,所以我不确定是否有一些我想查看日志数据的东西。
版本:
android - Android 探查器工具可用于 Android Studio 中的颤振应用程序吗?
在Android Studio中,我们有一个方便的工具来使用 Android Profiler测量应用程序性能,通过它我们可以跟踪我们的应用程序内存、网络、CPU 使用情况。
当我使用颤振应用程序时,我在我的工作室中没有看到该选项工具,Android Profiler
在 Android 工作室中也可用于颤振应用程序吗?
如果是,我们如何启用它(或)任何其他方式来跟踪颤振应用程序的性能?