Is it possible to view the activity stack in Android for debuggi开发者_Python百科ng purposes?
To display the activity stack, run the following command :
adb shell dumpsys activity activities
Is it possible to view the activity stack in Android for debuggi开发者_Python百科ng purposes?
To display the activity stack, run the following command :
adb shell dumpsys activity activities
精彩评论