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

Commit b1794641 authored by Brian Lee's avatar Brian Lee Committed by Automerger Merge Worker
Browse files

Merge "Log ComponentName.className instead of the class ComponentName" into udc-dev am: 8f21c8a4

parents 66127231 8f21c8a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ public class RemoteLockscreenValidationClientImpl implements RemoteLockscreenVal
                    PackageManager.ComponentInfoFlags.of(PackageManager.GET_META_DATA));
        } catch (PackageManager.NameNotFoundException e) {
            Log.w(TAG, TextUtils.formatSimple("Cannot resolve service %s",
                    serviceComponent.getClass().getName()));
                    serviceComponent.getClassName()));
            return null;
        }
    }