Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d098c58e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 10106040 from e71535b2 to udc-release

Change-Id: Ia11d90314be6b0b1c87c9baedbb481e01b412521
parents 99fa2ab7 e71535b2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -4116,6 +4116,15 @@ public class Call implements CreateConnectionResponse, EventManager.Loggable,
     * @param extras The extras.
     */
    public void onConnectionEvent(String event, Bundle extras) {
        if (mIsTransactionalCall) {
            // send the Event directly to the ICS via the InCallController listener
            for (Listener l : mListeners) {
                l.onConnectionEvent(this, event, extras);
            }
            // Don't run the below block since it applies to Calls that are attached to a
            // ConnectionService
            return;
        }
        // Don't log call quality reports; they're quite frequent and will clog the log.
        if (!Connection.EVENT_CALL_QUALITY_REPORT.equals(event)) {
            Log.addEvent(this, LogUtils.Events.CONNECTION_EVENT, event);