Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. ~ $ time bm_qtcontacts_trackerplugin_batchsaving 500 250 1
  2. Going to add 500 contacts with full details
  3. libqtcontacts-tracker: initializing libqtcontacts-tracker 4.10.7-3+0m6
  4. libqtcontacts-tracker: classhierarchy.cpp:300: Must rebuild class cache, waiting for mutex
  5. libqtcontacts-tracker: writing /home/user/.cache/contacts/rdf-classes.db
  6. Contact manager created: "qtcontacts:tracker:"
  7. Perform batch add: 250 contacts
  8. Generating contacts
  9. Before start
  10. libqtcontacts-tracker: classhierarchy.cpp:300: Must rebuild class cache, waiting for mutex
  11. libqtcontacts-tracker: writing /home/user/.cache/contacts/rdf-classes.db
  12. void Eng::onStateChanged(QtMobility::QContactAbstractRequest::State) state changed!
  13. void Eng::onStateChanged(QtMobility::QContactAbstractRequest::State) changed state: Active
  14. libqtcontacts-tracker: engine.cpp:1397:
  15. =============================================================================
  16. WARNING /!\
  17. =============================================================================
  18. NEVER EVER CALL THIS FUNCTION FROM PRODUCTION CODE!!!
  19.  
  20. QContactAbstractRequest::waitForFinished(), respectively
  21. QContactManagerEngine::waitForRequestFinished() must spin your
  22. application's event loop. Doing so will cause HAVOC AND PAIN for
  23. any non-trivial program.
  24.  
  25. So please refactor your asynchronious code, or use the synchronious
  26. API if blocking your application is acceptable.
  27.  
  28. WE MEAN IT!!!
  29. =============================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement