Merge "MediaTranscodeManager: delay getService" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a14dbb2b72
@@ -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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user