in AliyunOSSSDK/OSSFileLog/OSSDDLog.m [869:873]
static void _dispatch_queue_label_init_once(void * __attribute__((unused)) context)
{
_use_dispatch_current_queue_label = (UIDevice.currentDevice.systemVersion.floatValue >= 7.0f);
_use_dispatch_get_current_queue = (!_use_dispatch_current_queue_label && UIDevice.currentDevice.systemVersion.floatValue >= 6.1f);
}