Log ComponentName.className instead of the class ComponentName

Test: None
Bug: 276505961

Change-Id: Ia96de713881267dc799dfc47a7b0b4b051e28b54
This commit is contained in:
Brian Lee
2023-03-31 14:47:10 -07:00
parent 597811e84e
commit b7bfffb834

View File

@@ -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;
}
}