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

Commit 4f56c38a authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Remove unused Trace.beginSection" into rvc-dev am: 8071bb04

Change-Id: Ic81fb1034693856b75bd231f2d377e5ec2e345e2
parents de9a1c56 8071bb04
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1501,7 +1501,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);
@@ -1557,7 +1556,6 @@ public class InCallController extends CallsManagerListenerBase {
        }
        mBindingFuture.complete(true);
        Log.i(this, "%s calls sent to InCallService.", numCallsSent);
        Trace.endSection();
        return true;
    }