Dumpsys output documentation? Hex number after package name, e.g. Package [com.android.fmradio] (2af5b15)
1
vote
0
answers
98
views
Running
adb shell dumpsys | sed -n '/^Packages:/,/^[[:space:]]*$/p'
yields a lot of information about installed packages. For example:
Packages:
Package [com.android.fmradio] (2af5b15):
...
Following each package name
com.android.fmradio
there is a hex number, here 2af5b15
, in brackets - what does this mean? Where do I find comprehensive documentation about dumpsys
output? So far, I couldn't find anything on https://developer.android.com/tools/dumpsys about this, unfortunately.
Asked by Ruben P. Grady
(21 rep)
Jan 20, 2025, 05:42 PM
Last activity: Jan 20, 2025, 05:52 PM
Last activity: Jan 20, 2025, 05:52 PM