Fix typo FieldNameAndSignature vs MethodNameAndSignature.

We incorrectly used a FieldNameAndSignature object in a logging
message instead of a MethodNameAndSignature object. This led to a
confusing error message since it would print an unrelated field
instead of the problematic method.

Test: ./test.py --host
Bug: 146229883
Bug: 145311370
Change-Id: I862d18bc23d1a3220dea8b2cc1a349a20bffb3c1
1 file changed