adb相關資源

adb 的命令:

adb命令網址: http://adbshell.com/commands

  1. 獲取top activity

    Linux:
    adb shell dumpsys activity | grep "mFocusedActivity"
    
    windows:
    adb shell dumpsys activity | findstr "mFocusedActivity"
    
  2. adb log 相關

log輸出到文件相關: http://www.cnblogs.com/playing/archive/2010/09/19/1830799.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章