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

Commit ceabbe38 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 am: 22960727

am: c7a2c261

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

Change-Id: Ia168c515e52c13b43508f4f053d5e514769fc0af
parents 7e572e4b c7a2c261
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);