Change ProtoLog to log WTF instead of throwing when uninitialized.
When ProtoLog is called before its initialization, log a WTF message using `Log.wtf` with the tag "ProtoLog" instead of throwing an `IllegalStateException`. This prevents crashes in scenarios where ProtoLog might be used unexpectedly early in a process's lifecycle. Bug: 434439761 Flag: EXEMPT minor bug fix Change-Id: I0c6349e69e0676216289e28d92cf58f428deea85
Loading
Please register or sign in to comment