Lines Matching full:__func__
102 LOG_INFO(LOG_TAG, "%s is initializing the stack", __func__);
106 __func__);
119 LOG_INFO(LOG_TAG, "%s finished", __func__);
127 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", __func__);
136 LOG_INFO(LOG_TAG, "%s stack already brought up", __func__);
142 LOG_INFO(LOG_TAG, "%s is bringing up the stack", __func__);
151 LOG_ERROR(LOG_TAG, "%s failed to start up the stack", __func__);
158 LOG_INFO(LOG_TAG, "%s finished", __func__);
165 LOG_INFO(LOG_TAG, "%s stack is already brought down", __func__);
169 LOG_INFO(LOG_TAG, "%s is bringing down the stack", __func__);
180 LOG_INFO(LOG_TAG, "%s finished", __func__);
186 LOG_WARN(LOG_TAG, "%s found the stack was still running. Bringing it down now.", __func__);
194 LOG_INFO(LOG_TAG, "%s found the stack already in a clean state", __func__);
200 LOG_INFO(LOG_TAG, "%s is cleaning up the stack", __func__);
210 LOG_INFO(LOG_TAG, "%s finished", __func__);
235 LOG_ERROR(LOG_TAG, "%s unable to create stack management thread", __func__);