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

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

Merge "Remove unused Trace.beginSection" am: 7448800c

Change-Id: Ic748b2ac6af8ad9d89f311b1c6dd77d006871019
parents 37be0e69 7448800c
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;
    }