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

Commit 4718d4ca authored by Daniel Sandler's avatar Daniel Sandler Committed by android-build-merger
Browse files

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

am: 90b4f889

* commit '90b4f889':
  Don't generate stack in logcat if assistant missing.

Change-Id: Ia627b80a33dc5cdd8d15aca430ccdd1b3b11caf7
parents 7b9e5724 90b4f889
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);