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

Commit 6503dbb1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix typo in handleSimultaneousCallingChanged Exception log." into main

parents a24f84bd 10f44a77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -494,7 +494,7 @@ public class SimultaneousCallingTracker {
                l.onSimultaneousCallingSupportChanged(simultaneousCallSubscriptionIdMap);
            }
        } catch (Exception e) {
            Log.w(LOG_TAG, "handleVideoCapabilitiesChanged: Exception = " + e);
            Log.w(LOG_TAG, "handleSimultaneousCallingSupportChanged: Exception = " + e);
        }
    }