adb shell dumpsys

android 2012. 8. 11. 20:53


From the command line, you can use : adb shell dumpsys activity

It prints a lot of stuff, including the activity stack.

http://stackoverflow.com/questions/4387875/view-activity-stack-in-android

http://stackoverflow.com/questions/2442713/view-the-tasks-activity-stack


Posted by 언제나19
l

 

emacs 단축키를 사용한다.

CTRL-a
go to beginning of the line
CTRL-e
go to end of the line

http://mally.stanford.edu/~sr/computing/emacs.html

 

 

 

 

 

Posted by 언제나19
l

 

 

http://stackoverflow.com/questions/4856955/how-to-programatically-clear-application-data

adb shell pm clear my.wonderful.app.package

 

그 외 adb shell 명령들

http://fussion.egloos.com/10652959

 

 

Posted by 언제나19
l