You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).The text was updated successfully, but these errors were encountered: