diff options
| author | 2025-02-14 12:58:59 -0800 | |
|---|---|---|
| committer | 2025-02-14 13:09:53 -0800 | |
| commit | 263782613783b06cc7807aa5ee5aeef348782ed0 (patch) | |
| tree | 07481e8895b1e70e0017ddb4bb13695a38561786 /api/coverage/tools | |
| parent | 8f647896aaacbd34fc313daa6f9d8a2a7f1b5cb0 (diff) | |
Make LocalTransport.DEBUG dynamic.
There's a general recommendation to make such static fields as FALSE
on framework code so they're removed by the compiler and don't take
space in memory, but LocalTransport is a "debug artifact", so that
memory increase is not a problem and the increase in APK size is
negligible, hence it's more flexible for developers to be able to
turned it on dynamically.
Test: adb shell setprop log.tag.LocalTransport VERBOSE && adb logcat LocalTransport:v *:s
Bug: 394173116
Flag: EXEMPT changes on debugging components only
Change-Id: I11d239f9b2a70de8f94ff7f9f6df0be79fc69d42
Diffstat (limited to 'api/coverage/tools')
0 files changed, 0 insertions, 0 deletions