Update the tag for FlutterEngineConnectionRegistry to be 23 characters. (#22610)

This commit is contained in:
Ari Weiland 2020-11-19 12:06:56 -08:00 committed by GitHub
parent 9d8dde56b8
commit a0da844845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ import java.util.Set;
ServiceControlSurface,
BroadcastReceiverControlSurface,
ContentProviderControlSurface {
private static final String TAG = "FlutterEngineConnectionRegistry";
private static final String TAG = "FlutterEngineCxnRegstry";
// PluginRegistry
@NonNull