Skip to content
Snippets Groups Projects
Commit c966b09b authored by Alexandr Mruchok's avatar Alexandr Mruchok
Browse files

[*] minor bug fixed

parent 38662bc4
No related branches found
No related tags found
1 merge request!29feature 2648
......@@ -539,8 +539,8 @@ void _log_it( const char *log_tag, enum dap_log_level ll, const char *fmt,... )
len += msg_offset;
#ifdef DAP_OS_ANDROID
buf2[ len ] = 0;
__android_log_write( ANDROID_LOG_INFO, DAP_BRAND, buf0 + msg_offset );
// buf2[ len ] = 0;
// __android_log_write( ANDROID_LOG_INFO, DAP_BRAND, buf0 + msg_offset );
#endif
buf0[ len++ ] = 10;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment