OSDN Git Service

Consolidating a few log util methods
authorSunny Goyal <sunnygoyal@google.com>
Tue, 22 Nov 2016 18:19:52 +0000 (23:49 +0530)
committerSunny Goyal <sunnygoyal@google.com>
Thu, 15 Dec 2016 16:19:18 +0000 (08:19 -0800)
commitfa94c79ca62cb1b7257d6ed4cc8684bb38a20a1f
treeeabb01431059e1b4b43c6d5d6e1fbb713e31d389
parentf5440cbd6c0525769d24b890e16313a728831e04
Consolidating a few log util methods

LoggerUtils had a lot of methods with same name and similar arguments
but completely different behavior.
Instead only defining macros in LoggerUtils and movoing the action
logic in the UserEventDispatcher.

Change-Id: Ibce8ea1a0890499b47c950930accb9b28473f44c
src/com/android/launcher3/logging/LoggerUtils.java
src/com/android/launcher3/logging/UserEventDispatcher.java