Disable short-service debug log (stopship)

Fix: 260012573
Test: atest CtsShortFgsTestCases
Change-Id: I71b8d23eba24aa04f3e360cc2245a7fd85a07d3c
This commit is contained in:
Makoto Onuki
2023-05-08 10:39:09 -07:00
parent ab3637736a
commit 874885998e

View File

@@ -262,8 +262,7 @@ public final class ActiveServices {
private static final boolean DEBUG_DELAYED_SERVICE = DEBUG_SERVICE;
private static final boolean DEBUG_DELAYED_STARTS = DEBUG_DELAYED_SERVICE;
// STOPSHIP(b/260012573) turn it off.
private static final boolean DEBUG_SHORT_SERVICE = true; // DEBUG_SERVICE;
private static final boolean DEBUG_SHORT_SERVICE = DEBUG_SERVICE;
private static final boolean LOG_SERVICE_START_STOP = DEBUG_SERVICE;