2019-07-22 20:29:39 +01:00
|
|
|
/**
|
2020-08-17 10:48:10 +01:00
|
|
|
* SPDX-FileCopyrightText: 2013 Albert Vaca <albertvaka@gmail.com>
|
2019-07-22 20:29:39 +01:00
|
|
|
*
|
2020-08-17 10:48:10 +01:00
|
|
|
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
2019-07-22 20:29:39 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef CORE_DEBUG_H
|
|
|
|
#define CORE_DEBUG_H
|
|
|
|
|
|
|
|
#include "kdeconnectcore_export.h"
|
2020-05-26 17:55:47 +01:00
|
|
|
#include "kdeconnect_debug.h"
|
2019-07-22 20:29:39 +01:00
|
|
|
|
|
|
|
void logBacktrace();
|
|
|
|
|
|
|
|
#endif //CORE_DEBUG_H
|