OSDN Git Service

Prevent exception in production when icons collide during bind
authorAdam Cohen <adamcohen@google.com>
Fri, 4 Apr 2014 01:12:34 +0000 (18:12 -0700)
committerAdam Cohen <adamcohen@google.com>
Fri, 4 Apr 2014 01:14:30 +0000 (18:14 -0700)
commit8f006edba228622422088a358aafee069e1d9cfb
tree2300610a482a13dab60f47797f6e279fda5e53e3
parentcc95d18d6ddeaf247b1f43659153edb1b3f315d7
Prevent exception in production when icons collide during bind

-> We only need to throw an exception for dogfooders so we can
   track the issue
-> Worst case, an icon is ignored, does not warrant a crash.

issue 12106766

Change-Id: I054a849eb3d65762dc5e1bf699c76655f687c3e8
src/com/android/launcher3/Launcher.java