Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAndroidCrashHandler.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Sharaf Zaman <shzam@sdf.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef __KISANDROIDCRASHHANDLER_H_
8#define __KISANDROIDCRASHHANDLER_H_
9
10#include <jni.h>
11#include <kis_global.h>
12
13namespace KisAndroidCrashHandler {
14
15KRITAGLOBAL_EXPORT void handler_init();
16
17} // namespace KisAndroidCrashHandler
18
19#endif // __KISANDROIDCRASHHANDLER_H_