D21367: kioexec: change the scary debug messages for delayed deletion

2019-06-02 Thread Peter Wu
This revision was automatically updated to reflect the committed changes. Closed by commit R241:cb5a3ac8ff22: kioexec: change the scary debug messages for delayed deletion (authored by Lekensteyn). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21367?vs=58714

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-29 Thread David Faure
dfaure accepted this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D21367 To: Lekensteyn, elvisangelaccio, dfaure Cc: ngraham, kde-frameworks-devel, michaelh, bruns

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-27 Thread Elvis Angelaccio
elvisangelaccio accepted this revision. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D21367 To: Lekensteyn, elvisangelaccio, dfaure Cc: ngraham, kde-frameworks-devel, michaelh, bruns

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-27 Thread Peter Wu
Lekensteyn updated this revision to Diff 58714. Lekensteyn set the repository for this revision to R241 KIO. Lekensteyn added a comment. Using camelCase now. REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D21367?vs=58640=58714 REVISION DETAIL

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-25 Thread Elvis Angelaccio
elvisangelaccio added inline comments. INLINE COMMENTS > main.cpp:262 > // it will have time to start up and read the file before it > gets deleted. #130709. > -qDebug() << "sleeping..."; > -QThread::currentThread()->sleep(180); // 3 mn > +const

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-25 Thread Peter Wu
Lekensteyn updated this revision to Diff 58640. Lekensteyn marked an inline comment as done. Lekensteyn edited the test plan for this revision. Lekensteyn added a comment. Addressed review comment by adding a constant for the interval. Changed minutes -> seconds in the debug message. CHANGES

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-23 Thread Elvis Angelaccio
elvisangelaccio added inline comments. INLINE COMMENTS > main.cpp:261-263 > // it will have time to start up and read the file before it > gets deleted. #130709. > -qDebug() << "sleeping..."; > +qDebug() << "sleeping for 3 minutes before deleting file..."; >

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-23 Thread David Faure
dfaure accepted this revision. This revision is now accepted and ready to land. REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D21367 To: Lekensteyn, elvisangelaccio, dfaure Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D21367: kioexec: change the scary debug messages for delayed deletion

2019-05-23 Thread Peter Wu
in journalctl: org.kde.Spectacle[123]: about to delete "/home/user/Pictures" containing "Screenshot_png" Apparently this message is due to me closing Kolourpaint and Spectacle right before system sleep which scheduled a delayed deletion. Make the debug messages m

Re: Debug messages

2013-12-12 Thread Thomas Lübking
Am Donnerstag, 12. Dezember 2013 schrieb Kevin Krammer kram...@kde.org: That will get all Akonadi output, including that of resources, in that shell. You can then use kdebugdialog to turn on/off whatever you want. or you run kdebugdialog --fullmode and log messages to a dedicated file which

Re: Debug messages

2013-12-12 Thread Luis Felipe Dominguez Vega
. - Mensaje original - De: Thomas Lübking thomas.luebk...@gmail.com Para: kde-devel@kde.org Enviados: Jueves, 12 de Diciembre 2013 16:03:24 Asunto: Re: Debug messages Am Donnerstag, 12. Dezember 2013 schrieb Kevin Krammer kram...@kde.org : That will get all Akonadi output, including

Re: Debug messages

2013-12-12 Thread Thomas Lübking
On Donnerstag, 12. Dezember 2013 22:40:25 CEST, Luis Felipe Dominguez Vega Thomas Lübking i just do that, but the file never write to the path that i write in kdebugdialog. Ok, looking at it - akonadi has like a bazillion entries there and you'd likely have to alter all of them and for

Debug messages

2013-12-11 Thread Luis Felipe Dominguez Vega
How I can see the kDebug() Messages from an Akonadi Resource Plugin??? Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: Debug messages

2013-12-11 Thread Shantanu Tushar Jha
run kdebugdialog from your command line and enable the checkbox for your akonadi resource plugin. If that doesn't seem to work, you can try selecting enable all debug output On Wed, Dec 11, 2013 at 9:42 PM, Luis Felipe Dominguez Vega lfdoming...@estudiantes.uci.cu wrote: How I can see the