diff options
| author | 2025-01-07 17:26:25 +0000 | |
|---|---|---|
| committer | 2025-01-09 22:02:33 +0000 | |
| commit | 8a7102c166fe464256b4a1daa9684ca8b1212931 (patch) | |
| tree | d678402017b07809dd6feab43b1682b0a407e062 /libs/androidfw/StringPool.cpp | |
| parent | 2a5d587f7ac73b0a51efc8d907e991b9111138e6 (diff) | |
Fix debug logging in the backup service
The existing DEBUG and DEBUG_SCHEDULING had been set to true (maybe
accidentally?) for 8+ years. Whereas MORE_DEBUG is false as expected. In
this CL we:
1) Remove existing DEBUG and DEBUG_SCHEDULING checks. This is a no-op.
2) Rename MORE_DEBUG to DEBUG. Also no-op.
3) Make any Log.v log that isn't guarded by if(DEBUG) a Log.d instead.
Log.v logs should always be guarded by a default false constant so
the compiler strips out the Strings from the binary.
Test: n/a
Flag: EXEMPT no-op refactor
Change-Id: I117f7fe04da1a62c3ad42d71b080fed6454f73af
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions