Hi Lianbo,
This is specific version information related to Android, to be honest, I'm
not very familiar with Android things.
Anyway, I'm wondering if it's possible to not add the specific Android
version information?
As I mentioned in previous mail:
https://lists.crash-utility.osci.io/archives/list/devel@lists.crash-utili...
The Andriod GKI version is determined by both Android version and kernel version. It's
neccessry to parse the specific Android version to determine the section_size_bits for
Andriod GKI vmcore.
The change of SECTION_SIZE_BITS is backport from mainline Linux since android12-5.10 later
version which meets the following condition:
Kernel Version >= 5.10 && Android release version >= 12
It's not a good idea to decide how your code should be executed by checking
version information, although similar code exists in crash tools, I would
not recommend this way, unless we have no better solutions. Could you
please investigate it more?
I have no other better soulution to distinguish the Anrdiord GKI version before or
after android12-5.10 after investigated it.
Thanks
Qiwu