commit | eaaf234d6dd9084660b532014e8e2026a9e4c707 | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Thu Aug 27 16:12:55 2020 +0100 |
committer | Jerome Gaillard <jgaillard@google.com> | Tue Sep 01 17:53:22 2020 +0000 |
tree | ecb572fce32b09bca208d8895da04b46b1500701 | |
parent | fc834b15bfd1f2bbe598bf2e05135af8e653abdd [diff] |
Ignore component callbacks in BridgeContext This avoids potential stack overflow error as the base implementation of registerComponentCallbacks and unregisterComponentCallbacks ends up delegating the calls to itself if BridgeContext does not provide an overridden implementation. Bug: 164003227 Test: N/A Change-Id: I5dad0c14fb074c31869898b43dfac7115f7f73fa (cherry picked from commit eced2c5b7adef70e90c18104489359b4f3e07c10)