QAndroidJniExceptionCleaner Class▲
-
Header: QAndroidJniExceptionCleaner
-
Since: Qt 5.10
-
qmake: QT += androidextras
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▲
Constant |
Value |
Description |
---|---|---|
QAndroidJniExceptionCleaner::OutputMode::Silent |
0 |
the exceptions are cleaned silently |
QAndroidJniExceptionCleaner::OutputMode::Verbose |
1 |
discribes the exceptions before cleaning them |
Member Function Documentation▲
[explicit] QAndroidJniExceptionCleaner::QAndroidJniExceptionCleaner(QAndroidJniExceptionCleaner::OutputMode outputMode = OutputMode::Silent)▲
Cleans any pending exceptions either silently or with descriptions, depending on the outputMode.
QAndroidJniExceptionCleaner::~QAndroidJniExceptionCleaner()▲
Clean any pending exceptions.
void QAndroidJniExceptionCleaner::clean()▲
Manually cleans any pending exceptions