| 文件类型 | APK |
|---|---|
| 版 | 1.5.2-play |
| 发行人 | WillLi |
| 发布日期 | 2020年6月3日 |
| 添加日期 | 2020年6月3日 |
| 操作系统要求 | Android |
| 要求 | Requires Android 2.3 and up |
| 下载总数 | 0 |
| 价钱 | Free |
描述
一个对 Android 开发者有用的工具,它显示了当前活动的包名和类名。
它现在在 https://github.com/109021017/android-TopActivity 开源。
提示:
1.可以运行“adb shell dumpsys window windows | grep -E 'mCurrentFocus'”查看当前活动。
2.您可以通过Logcat跟踪活动。只需添加一个带有日志标签“ActivityManager”和日志消息“START.*”的 Logcat 过滤器。
3.或者你可以运行这个shell脚本https://gist.github.com/109021017/43e7f5ad1361ad9caa3e
4. 使用这个 alfred 工作流 (https://github.com/109021017/alfred-adb-workflow) 是在 Mac 上访问 Activity 名称的最简单方法