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()) {
|
if (isSystemProcess()) {
|
||||||
sInstance = new ImeTracingServerImpl();
|
sInstance = new ImeTracingServerImpl();
|
||||||
} else {
|
} else {
|
||||||
try {
|
|
||||||
sInstance = new ImeTracingClientImpl();
|
sInstance = new ImeTracingClientImpl();
|
||||||
} catch (RuntimeException e) {
|
|
||||||
Log.e(TAG, "Exception while creating ImeTracingClientImpl instance", e);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return sInstance;
|
return sInstance;
|
||||||
|
|||||||
Reference in New Issue
Block a user