Closed Rogiel closed 7 years ago
Android standard library does not have execinfo.h, thus a empty stacktrace is returned for Android.
Android's pthread library does not allow setting and/or getting thread names, use a thread_local workaround on those situations.
setenv is also not available on Android standard library, so conditionally disable it when compiling against Android platforms.
Android standard library does not have execinfo.h, thus a empty stacktrace is returned for Android.
Android's pthread library does not allow setting and/or getting thread names, use a thread_local workaround on those situations.
setenv is also not available on Android standard library, so conditionally disable it when compiling against Android platforms.