Lint Error: Too Long Log Tags
Categories
(GeckoView :: General, enhancement, P5)
Tracking
(Not tracked)
People
(Reporter: fluffyemily, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Updated•6 years ago
|
Updated•6 years ago
|
Hi I would like to pick this up as one of my first bugs, I just wanted some follow up for this. Should I try and abbreviate the names or totally rename them (I dont want to rename them and have them lose their definitive meaning).
Any pointers on how to approach this would be appreciated, thanks.
Reporter | ||
Comment 2•6 years ago
|
||
I would say simply to truncate the LOGTAG value until it is under the 23 character limit.
In the case of RemoteMediaDrmBridge and RemoteMediaDrmBridgeStub where simple truncation would leave to identical LOGTAGs, truncate RemoteMediaDrmBridge and remove Bridge from RemoteMediaDrmBridgeStub
RemoteMediaDrmBridge -> GeckoRemoteMediaDrmBrid
RemoteMediaDrmBridgeStub -> GeckoRemoteMediaDrmStub
Updated•2 years ago
|
Comment 4•1 year ago
|
||
This appears to have been fixed in this revision from 2019. Android Studio is showing no violations in the codebase. Closing this.
Description
•