Merge "Cleanup of not used ImeTracing.getInstance() try-catch block" into udc-dev am: d7dbc0b72f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21850324 Change-Id: Ie98a7b09874916ab017436ebc84d39580ce81262 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -62,11 +62,7 @@ public abstract class ImeTracing {
|
||||
if (isSystemProcess()) {
|
||||
sInstance = new ImeTracingServerImpl();
|
||||
} else {
|
||||
try {
|
||||
sInstance = new ImeTracingClientImpl();
|
||||
} catch (RuntimeException e) {
|
||||
Log.e(TAG, "Exception while creating ImeTracingClientImpl instance", e);
|
||||
}
|
||||
sInstance = new ImeTracingClientImpl();
|
||||
}
|
||||
}
|
||||
return sInstance;
|
||||
|
||||
Reference in New Issue
Block a user