commit | 0e8f83f6b3be25318b48dd997b2979595f5d1ab0 | [log] [tgz] |
---|---|---|
author | Matthew Sedam <matthewsedam@google.com> | Fri Apr 26 19:23:39 2024 +0000 |
committer | Matthew Sedam <matthewsedam@google.com> | Fri Apr 26 19:23:39 2024 +0000 |
tree | e26d6c29136273b48f1664ee42dc69de687f7653 | |
parent | 7d7d8e385e7d019fefc89c73694c06efb17a2801 [diff] |
ContextHubClientManager: Fix logging bug The function should not use Log.wtf as that could crash. It should use Log.e and return an error like other failures in this function. Bug: 331795143 Change-Id: I52e4014b32a0f76f11d06a1c87854c58ea226364 Flag: EXEMPT bug fix Test: Presubmits