blob: 1fc862b57ff7c1d99c811e505e2e883219a62410 [file] [log] [blame]
/* @@@LICENSE
*
* Copyright (c) 2025 LG Electronics, Inc.
*
* Confidential computer software. Valid license from LG required for
* possession, use or copying. Consistent with FAR 12.211 and 12.212,
* Commercial Computer Software, Computer Software Documentation, and
* Technical Data for Commercial Items are licensed to the U.S. Government
* under vendor's standard commercial license.
*
* LICENSE@@@
*/
#include <lib/support/logging/CHIPLogging.h>
#include <platform/PlatformManager.h>
#include <platform/webos/wbs/WebosLockTracker.h>
namespace chip {
namespace Platform {
namespace Internal {
void AssertChipStackLockedByCurrentThread(const char * file, int line)
{
// ChipLogDetail(Ble, "Bypassing assertChipStackLockedByCurrentThread at %s:%d", file, line);
}
} // namespace Internal
} // namespace Platform
} // namespace chip