[Bug 35882] Different event type should be logged in different files

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 5 19:37:14 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=35882

Emilio Pozuelo Monfort <pochu27 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pochu27 at gmail.com

--- Comment #4 from Emilio Pozuelo Monfort <pochu27 at gmail.com> 2011-05-05 10:37:14 PDT ---
(In reply to comment #2)
> Have we released a logger which puts call events in with text events? If so,
> get_dates(CALL) will miss some days for some users. If we haven't made any such
> release then we're safe.

We have, but you need to build the logger with --enable-call, which I don't
think any distribution does yet, so I think we can safely change this for now.

> I can't quite see how these changes will make opening text chats any faster,
> but I can see how they would make extracting a call log faster (assuming that
> we haven't made any releases with the mixed log format, in which case it would
> break extracting a call log)

Opening text chats isn't the only use-case that will benefit from this.
tpl_log_manager_exists() will improve from O(n) to O(1), since with this you
don't need to parse the file but only check that it exists.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list