Merge "Use Log.w(String, String, Throwable tr) instead of Log.w(String, String)"
This commit is contained in:
committed by
Android (Google) Code Review
commit
56af997807
@@ -152,7 +152,7 @@ class InlineSuggestionSession {
|
||||
try {
|
||||
mCallback.onInlineSuggestionsSessionInvalidated();
|
||||
} catch (RemoteException e) {
|
||||
Log.w(TAG, "onInlineSuggestionsSessionInvalidated() remote exception:" + e);
|
||||
Log.w(TAG, "onInlineSuggestionsSessionInvalidated() remote exception", e);
|
||||
}
|
||||
if (mResponseCallback != null) {
|
||||
consumeInlineSuggestionsResponse(EMPTY_RESPONSE);
|
||||
|
||||
Reference in New Issue
Block a user