Skip to content

platforms/contents.xml.in: fix Crashscope 'Unsupported' error for Nightly builds - #149

Open
vivpuar wants to merge 1 commit into
qualcomm-linux:mainfrom
vivpuar:crashscope
Open

platforms/contents.xml.in: fix Crashscope 'Unsupported' error for Nightly builds#149
vivpuar wants to merge 1 commit into
qualcomm-linux:mainfrom
vivpuar:crashscope

Conversation

@vivpuar

@vivpuar vivpuar commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Crashscope fails to recognize the products in Nightly builds and reports 'Unsupported' because contents.xml.in is missing the required <hlos_type> tag. Add '<hlos_type cmm_var="HLOS_TYPE">LE</hlos_type>' to contents.xml.in for all targets to ensure Crashscope can properly recognize and parse the products.

…htly builds

Crashscope fails to recognize the products in Nightly builds and reports
'Unsupported' because contents.xml.in is missing the required <hlos_type> tag.

Add '<hlos_type cmm_var="HLOS_TYPE">LE</hlos_type>' to contents.xml.in for all
targets to ensure Crashscope can properly recognize and parse the products.

Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
</product_flavors>
<product_info>
<product_name>Glymur.LE.0.0</product_name>
<hlos_type cmm_var="HLOS_TYPE">LE</hlos_type>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the other options for this variable? Also, why is hlos type being repeated twice (as a tag name and as an attribute contentes).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This entry is part of the META's contents.xml file, will ask target team's POC for more details and get back

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dmitry Baryshkov (@lumag) I checked internally and this is the response I got.
"Other options for the variable can be any HLOS type like “LE/LA/WP/QNX/WA”. This is how HLOS tag is defined in all meta builds."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You missed the second part of the question. Also, why is the build type important? What is the difference between e.g. LE and LA builds from the crash dump point of view?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants