Skip to content

Add manual toggle for debug mode with extra Cusror on Target output medata #185

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mkrupczak3 opened this issue Mar 21, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mkrupczak3
Copy link
Member

Currently "debug mode" with extra Cursor on Target output in openAthenaCalculationInfo is set via a flag at compile time:

public static final boolean IS_EXTENDED_COT_MODE_ACTIVE = false;

To allow for easier empirical testing by third parties, it should be made possible to toggle this option even in non-debug builds of OpenAthena for Android.

However: the increased size of CoT messages containing openAthenaCalculationInfo may make them incompatible with some software that reads in CoT messages from a small buffer size. Therefore, the debug toggle should be a subtle/hidden option that cannot be triggered accidentally

@mkrupczak3 mkrupczak3 added the enhancement New feature or request label Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant