Skip to content
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

Add per trace logging #269

Open
jwhpryor opened this issue Mar 18, 2024 · 0 comments
Open

Add per trace logging #269

jwhpryor opened this issue Mar 18, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jwhpryor
Copy link
Collaborator

This currently exists, and is demonstrated in the the Godbolt sample, however, it is currently enabled via #define ENABLE_DEBUG_OUTPUT.

JNI Bind should never really on any defines, this should be configured through some type of shared configuration.

This task should also enable the caller to customize what the per call trace will be. This will be needed for per trace call logging anyways, since Android does not even share a mechanism to print a log to output/logcat (e.g. printf does not work).

@jwhpryor jwhpryor added this to the Release 1.2 milestone Mar 18, 2024
@jwhpryor jwhpryor added the enhancement New feature or request label Mar 18, 2024
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