Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b53f65a authored by Nikita Dubrovsky's avatar Nikita Dubrovsky Committed by Automerger Merge Worker
Browse files

Merge "Fix debug logcat message in AugmentedAutofillService" into sc-dev am: f5386796

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13985917

Change-Id: I72b16af70f7e058b9f81f3a88eb693d36abe58b7
parents b95e8439 f5386796
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ public abstract class AugmentedAutofillService extends Service {
                        mFirstOnSuccessTime = SystemClock.elapsedRealtime();
                        duration = mFirstOnSuccessTime - mFirstRequestTime;
                        if (sDebug) {
                            Log.d(TAG, "Service responded nothing in " + formatDuration(duration));
                            Log.d(TAG, "Inline response in " + formatDuration(duration));
                        }
                    }
                } break;