Merge "Log when save UI is not showing because of the service's response." into pi-dev

This commit is contained in:
Felipe Leme
2018-04-04 20:24:23 +00:00
committed by Android (Google) Code Review

View File

@ -1400,6 +1400,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
* the current values of all fields in the screen.
*/
if (saveInfo == null) {
if (sVerbose) Slog.w(TAG, "showSaveLocked(): no saveInfo from service");
return true;
}