QAndroidJniExceptionCleaner Class

Header: #include <QAndroidJniExceptionCleaner>
qmake: QT += androidextras
Since: Qt 5.10

This class was introduced in Qt 5.10.

Public Types

enum OutputMode { Silent, Verbose }

Detailed Description

The QAndroidJniExceptionCleaner is a convenience class useful to clean the pending JNI exceptions from the current scope.

Member Type Documentation

enum QAndroidJniExceptionCleaner::OutputMode

ConstantValueDescription
QAndroidJniExceptionCleaner::Silent0the exceptions are cleaned silently
QAndroidJniExceptionCleaner::Verbose1discribes the exceptions before cleaning them