commit | b2c121a224ec695a900c028a10ae0478b0a82a69 | [log] [tgz] |
---|---|---|
author | Hector Oswaldo Caballero <hector.caballero@ericsson.com> | Mon Sep 21 11:18:09 2015 -0400 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Oct 28 04:30:50 2015 +0000 |
tree | 5a8f3c691ca290a84897bbeb4835d9ca7d230cb2 | |
parent | 677d9a53bc12e3734118b55d9ad725d45f932307 [diff] |
Fix its-rtc creating a fresh facade for each request So far, a new RTCFacade was created every time a request was done. That led to the creation of unnecessary objects and to the log being flooded with connection messages. Bind RTCFacade as a singleton and change the log level back to INFO. Bug: Issue 3575 Change-Id: I5e7e717915d7fc09b2926b21ff706a6a31b41710