Committed by
Gerrit Code Review
IntentPushTestCommand: stop logging SUBMITTED
Change-Id: If316f9403bd252b54bc070dd207cf07efaa30ca1
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -179,7 +179,7 @@ public class IntentPushTestCommand extends AbstractShellCommand | ... | @@ -179,7 +179,7 @@ public class IntentPushTestCommand extends AbstractShellCommand |
179 | } else { | 179 | } else { |
180 | log.warn("install event latch is null"); | 180 | log.warn("install event latch is null"); |
181 | } | 181 | } |
182 | - } else { | 182 | + } else if (event.type() != Type.SUBMITTED) { |
183 | log.info("Unexpected intent event: {}", event); | 183 | log.info("Unexpected intent event: {}", event); |
184 | } | 184 | } |
185 | } | 185 | } | ... | ... |
-
Please register or login to post a comment