• Alexander Zilberkant's avatar
    android sink - add retry mechanism · 2f205a6d
    Alexander Zilberkant authored
    - in some cases subsequent calls to __android_log_write() may result with -EAGAIN error code.
      in such cases spdlog will sleep and try again for number of times defined by
      SPDLOG_ANDROID_LOG_NUM_OF_RETRIES
    
    - defeult SPDLOG_ANDROID_LOG_NUM_OF_RETRIES set to 2 - can be overridden at build time
    2f205a6d
Name
Last commit
Last update
bench Loading commit data...
cmake Loading commit data...
example Loading commit data...
include/spdlog Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
astyle.sh Loading commit data...