Update asm logging version to 2.

Now that our new rules are nearing finalisation, this allows us to
filter to the new logic when analysing impact.

Bug: 258792202
Test: Tested on device
Change-Id: Ifba2892bec505f44856d91b5628d8dd98d7319ff
This commit is contained in:
Hani Kazmi
2023-01-26 14:35:36 +00:00
parent 2056eccb40
commit c3daaeb076

View File

@@ -1965,7 +1965,7 @@ class ActivityStarter {
/* action */
action,
/* version */
1,
2,
/* multi_window - we have our source not in the target task, but both are visible */
targetTask != null && mSourceRecord != null
&& !targetTask.equals(mSourceRecord.getTask()) && targetTask.isVisible()