Fix Stability.iOS.UTE.HasPossibleExplanation logging condition
Previously Stability.iOS.UTE.HasPossibleExplanation would always be true if OSRestartedAfterPreviousSession is true. But according to M78 UMA OSRestartedAfterPreviousSession is true in more than 50% of UTEs, which suggests that most restarts don't actually cause UTE. Relax the logic to take into account OSRestartedAfterPreviousSession only if battery level at 1%. Also remove deviceWasInLowPowerMode from logging condition as it seem irrelevant. Bug: 1006928 Change-Id: I583f0aaeff842ea058a54315dd27d79537242296 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819884Reviewed-by:Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#699377}
Showing
Please register or sign in to comment