Bug 35549 - XML Log Store _exists() method not handling event types correctly
Summary: XML Log Store _exists() method not handling event types correctly
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: logger (show other bugs)
Version: git master
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on: 35882
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-22 09:31 UTC by Nicolas Dufresne
Modified: 2011-05-05 12:37 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Nicolas Dufresne 2011-03-22 09:31:11 UTC
The XML Log store does not consider the type_mask argument. This is done intentionally mainly because doing it correctly requires looking inside the files to see if the requested types (text or call) exists. This may take time and would end up freezing Empathy UI.

This bug is being created to discuss how we will fix this issue. An option is to create an _exists_async() method and deprecate the synchronous version. Feel free to put yo two cents.
Comment 1 Nicolas Dufresne 2011-05-05 12:37:11 UTC
This is fixed now.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.