commit | 6a4dedfaf60ea053d0a9b6ef53c2ff858f0e2335 | [log] [tgz] |
---|---|---|
author | Achim Thesmann <achim@google.com> | Wed Dec 06 02:49:28 2023 +0000 |
committer | Achim Thesmann <achim@google.com> | Wed Dec 06 21:07:26 2023 +0000 |
tree | 2433faa6726dc9c058aceaad4f5670932ffd01fe | |
parent | 6557342b260cac753fa2c06b45ca535803220291 [diff] |
Separate BAL code from source The current BAL code mixes the reason why BAL is allowed with the source (caller/real caller) that allows BAL. This CL separates it for internal purposes (i.e. logging), but keeps returning the original code. Also until extra fields are added in the metrics it keeps logging the original codes. Test: atest BackgroundActivityLaunchTest Bug: 306059525 Change-Id: I04884ec426b7a4b5ed7d13ef01e5f233a8c0f8f3