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

Commit 8071bb04 authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Remove unused Trace.beginSection" into rvc-dev

parents 6466a739 886fe2b8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1498,7 +1498,6 @@ public class InCallController extends CallsManagerListenerBase {
     * @return True if we successfully connected.
     */
    private boolean onConnected(InCallServiceInfo info, IBinder service) {
        Trace.beginSection("onConnected: " + info.getComponentName());
        Log.i(this, "onConnected to %s", info.getComponentName());

        IInCallService inCallService = IInCallService.Stub.asInterface(service);
@@ -1553,7 +1552,6 @@ public class InCallController extends CallsManagerListenerBase {
        }
        mBindingFuture.complete(true);
        Log.i(this, "%s calls sent to InCallService.", numCallsSent);
        Trace.endSection();
        return true;
    }