현재 화면에 실행중인 activity 명 확인
adb shell dumpsys window |grep -i focus
설치된 apk 패키지 명 확인
adb shell dumpsys packages -f | grep -i <특정단어>
특정 서비스 관련 정보 확인
adb shell dumpsys <서비스 이름>
* framwork.jar 에 있는 service call number 에 대한 값은 확인하지 못함(이건좀더찾아봐야할듯..)
'[tool]' 카테고리의 다른 글
adb 명령어 (0) | 2024.06.18 |
---|---|
open source cloud platform solution(on pramiss) (0) | 2023.10.04 |
Docker 명령어 모음 (0) | 2023.09.19 |
잘 알려진 포트 ( Well Known Port ) (0) | 2023.09.19 |
linux 최근 변경된 파일찾기 find grep 활용 (1) | 2023.09.13 |