我需要有关在 SDK 模拟器中跟踪 Android 应用程序的帮助。
这是我的设置:
我有一个 Android SDK 模拟器,运行连接到模拟器的 Android API 4.03 ADB shell。
我可以使用 ADB install filename.apk 安装 APK
我能够使用 ADB shell 运行应用程序am start -a android.intent.action.Main -n com.akproduction.notepad/com.akproduction.notepad.NoteList
我尝试使用(ADB shell)进行 strace,strace am start -a android.intent.action.Main -n com.akproduction.notepad/com.akproduction.notepad.NoteList
但我什么也没得到!
您如何跟踪 Android 应用程序的运行时行为及其安装?
(PS 测试应用程序位于此处。