~mir-team/mir/liberate-historical-pointer-coordinates

« back to all changes in this revision

Viewing changes to src/server/report/logging/session_mediator_report.cpp

frontend: log the exchange_buffer messages in the session-mediator-report.

Approved by PS Jenkins bot, Cemil Azizoglu, Alexandros Frantzis.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    log->log(ml::Logger::informational, "session_next_buffer_called(\"" + app_name + "\")", component);
49
49
}
50
50
 
 
51
void mrl::SessionMediatorReport::session_exchange_buffer_called(std::string const& app_name)
 
52
{
 
53
    log->log(ml::Logger::informational, "session_exchange_buffer_called(\"" + app_name + "\")", component);
 
54
}
 
55
 
51
56
void mrl::SessionMediatorReport::session_release_surface_called(std::string const& app_name)
52
57
{
53
58
    log->log(ml::Logger::informational, "session_release_surface_called(\"" + app_name + "\")", component);