Address more download stuck notification states
Increase the wait delay before trying to dismiss a notification. This is a workaround due to an Android OS bug with Service lifecycles and notification states. A quick startForeground/stopForeground can cause a notification to end up being stuck showing forever. This CL doubles the delay from 100ms to 200ms and adds more logs to help track what is happening w.r.t. this delay (when it is in effect, etc.) to help with future tracking. BUG=852188,b/79337416 Change-Id: I2eaa21277c6fb60bc40232584ea50f1de1d06c34 Reviewed-on: https://chromium-review.googlesource.com/1097738 Commit-Queue: David Trainor <dtrainor@chromium.org> Reviewed-by:Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#566901}
Showing
Please register or sign in to comment