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

Commit 90b4f889 authored by Dan Sandler's avatar Dan Sandler Committed by android-build-merger
Browse files

Merge "Don\'t generate stack in logcat if assistant missing." into nyc-dev

am: 5602898d

* commit '5602898d':
  Don't generate stack in logcat if assistant missing.

Change-Id: I463db9fd2e78419e1bbf3dcfddc08c294fa27ccb
parents 9af762ca 5602898d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -247,8 +247,8 @@ public class AssistManager {
                    }
                }
            } catch (PackageManager.NameNotFoundException e) {
                Log.w(TAG, "Failed to swap drawable; "
                        + component.flattenToShortString() + " not found", e);
                Log.v(TAG, "Assistant component "
                        + component.flattenToShortString() + " not found");
            } catch (Resources.NotFoundException nfe) {
                Log.w(TAG, "Failed to swap drawable from "
                        + component.flattenToShortString(), nfe);