Merge "Guard against NPE in ServiceConnector" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
892d269b65
@@ -709,7 +709,7 @@ public interface ServiceConnector<I extends IInterface> {
|
||||
if (DEBUG) {
|
||||
return mDebugName;
|
||||
}
|
||||
return mDelegate.toString() + " wrapped into " + super.toString();
|
||||
return mDelegate + " wrapped into " + super.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user