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

Commit 7eb25cf9 authored by Felix Stern's avatar Felix Stern Committed by Automerger Merge Worker
Browse files

Merge "Cleanup of not used ImeTracing.getInstance() try-catch block" into udc-dev am: d7dbc0b7

parents cc270dae d7dbc0b7
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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);
                }
            }
        }
        return sInstance;