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

Commit 7448800c authored by Hall Liu's avatar Hall Liu Committed by Gerrit Code Review
Browse files

Merge "Remove unused Trace.beginSection"

parents 708de817 f7af6dd6
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;
    }