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
The libusb example uses the NDK call : __android_log_print(ANDROID_LOG_INFO, TAG,
try it, we could set it as an option in the dll log system.
note : after that issue update dedicated doc for debugging & logging.
Also when using dll internal log queue, setup a thread that pop message instead of explicit calls.
The text was updated successfully, but these errors were encountered:
The libusb example uses the NDK call : __android_log_print(ANDROID_LOG_INFO, TAG,
try it, we could set it as an option in the dll log system.
note : after that issue update dedicated doc for debugging & logging.
Also when using dll internal log queue, setup a thread that pop message instead of explicit calls.
The text was updated successfully, but these errors were encountered: