diff options
| author | 2023-04-05 14:59:21 +0000 | |
|---|---|---|
| committer | 2023-04-05 14:59:21 +0000 | |
| commit | 4c0e309fa047bacfcc4a4cb02eb5571ecfe86866 (patch) | |
| tree | cbfac34ae4f311997a1d9a8825ca351edb0c1fc1 | |
| parent | 82e4659d9455088a3c6d42561455682854887254 (diff) | |
| parent | 7374d5303cd561be1e9a20acaf4f91cdc53c49ab (diff) | |
Merge "Fix log message" into udc-dev
| -rw-r--r-- | services/core/java/com/android/server/wm/BackgroundActivityStartController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/wm/BackgroundActivityStartController.java b/services/core/java/com/android/server/wm/BackgroundActivityStartController.java index 6773bcd6fac8..e447049a7362 100644 --- a/services/core/java/com/android/server/wm/BackgroundActivityStartController.java +++ b/services/core/java/com/android/server/wm/BackgroundActivityStartController.java @@ -487,7 +487,7 @@ public class BackgroundActivityStartController { // The verdict changed from allow (resultIfPiSenderAllowsBal) to block, PI sender // default change is on (otherwise we would have fallen into if above) and we'd // allow if it were off - Slog.wtf(TAG, "Without BAL hardening this activity start would NOT be allowed!" + Slog.wtf(TAG, "Without BAL hardening this activity start would be allowed!" + stateDumpLog); } } |