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

Commit f5386796 authored by Nikita Dubrovsky's avatar Nikita Dubrovsky Committed by Android (Google) Code Review
Browse files

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

parents cfae37d9 32d4a839
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;