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

Commit 12388a85 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "MediaTranscodeManager: delay getService" into sc-dev am: a14dbb2b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14456896

Change-Id: I89ba64d818862944cc17dc192ce2d13aa6330eed
parents efe85d12 a14dbb2b
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -430,10 +430,6 @@ public final class MediaTranscodeManager {
        mUid = Os.getuid();
        mUid = Os.getuid();
        mPid = Os.getpid();
        mPid = Os.getpid();
        mIsLowRamDevice = mContext.getSystemService(ActivityManager.class).isLowRamDevice();
        mIsLowRamDevice = mContext.getSystemService(ActivityManager.class).isLowRamDevice();
        IMediaTranscodingService service = getService(false /*retry*/);
        if (service != null) {
            mTranscodingClient = registerClient(service);
        }
    }
    }


    /**
    /**