D19108: [ExternalExtractor] Provide more helpful output when extractor fails
Luca Beltrame
noreply at phabricator.kde.org
Mon Feb 18 06:14:50 GMT 2019
lbeltrame accepted this revision.
lbeltrame added a comment.
This revision is now accepted and ready to land.
LGTM!. Annoyed me for a long time (and made hard to debug some issues).
INLINE COMMENTS
> externalextractor.cpp:120
> extractorProcess.start(d->mainPath, QStringList(), QIODevice::ReadWrite);
> + bool started = extractorProcess.waitForStarted();
> + if (!started) {
Will this block anything?
REPOSITORY
R286 KFileMetaData
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D19108
To: bruns, #baloo, #frameworks, ngraham, poboiko, astippich, lbeltrame
Cc: lbeltrame, kde-frameworks-devel, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190218/1b1571d5/attachment.html>
More information about the Kde-frameworks-devel
mailing list