Merge "Guard against NPE in ServiceConnector" into rvc-dev am: 892d269b65 am: c727d39f86
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11885859 Change-Id: If9f33976fa985ee13fd9f219456a24204ba01793
This commit is contained in:
@@ -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