mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Shorten logging tag to required length
PiperOrigin-RevId: 424858504
This commit is contained in:
parent
d68b790077
commit
596d98a048
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue