33 QFile exitCodeFile = androidExitCodeFile();
34 if (exitCodeFile.open(QIODevice::WriteOnly)) {
35 exitCodeFile.write(qPrintable(QString::number(code)));
37 qWarning(
"Failed to open %s for writing test exit code: %s",
38 qPrintable(exitCodeFile.fileName()), qPrintable(exitCodeFile.errorString()));