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

Commit b7bfffb8 authored by Brian Lee's avatar Brian Lee
Browse files

Log ComponentName.className instead of the class ComponentName

Test: None
Bug: 276505961

Change-Id: Ia96de713881267dc799dfc47a7b0b4b051e28b54
parent 597811e8
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;
        }
    }