Merge "Cleanup of not used ImeTracing.getInstance() try-catch block" into udc-dev
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