commit | 7840c6d747a0bd080162a358d9d7e008a365f7ee | [log] [tgz] |
---|---|---|
author | Pablo Gamito <pablogamito@google.com> | Thu Aug 22 15:08:07 2024 +0000 |
committer | Pablo Gamito <pablogamito@google.com> | Thu Aug 22 15:53:44 2024 +0000 |
tree | d8cc4dcc718e10308eef5dc6a399334a51ae1c6d | |
parent | 7f292d9658a639489b9c0eef4e92c84fa8592a82 [diff] |
Allow ProtoLog.init to be called multiple times in the same process This can happen in cases where different modules run in the same process and they each initialize ProtoLog with their own parameters when those modules are started. Change-Id: I3024ee24d14bcb5148df21960a80fe8c1d24d68f Flag: EXEMPT small bug fix Bug: 352538294 Test: atest InternalTests:com.android.internal.protolog.ProtoLogTest