Commit 596d98a0 by olly Committed by Andrew Lewis

Shorten logging tag to required length

PiperOrigin-RevId: 424858504
parent d68b7900
......@@ -51,7 +51,7 @@ import java.util.concurrent.CountDownLatch;
*/
@UnstableApi
public class RemoteMediaControllerCompat {
static final String TAG = "RemoteMediaControllerCompat";
static final String TAG = "RMediaControllerCompat";
final String controllerId;
final Context context;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment