summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/callcomposer
diff options
context:
space:
mode:
authormaxwelb <maxwelb@google.com>2017-06-28 13:39:16 -0700
committerBrandon Maxwell <maxwelb@google.com>2017-06-30 14:39:48 -0700
commitad2cb45e7006de3fbe1d953a61c57345ca40a6a0 (patch)
tree6389ab7f3dc9011126313d8aba79a1d2d6fab694 /java/com/android/dialer/callcomposer
parent431b0c3433405652de195653b48623bb0b0f6f89 (diff)
Change InCallPresenter to use LogUtil
The old Log class uses the calling class name for the tag. Proguard minifies class names, making it annoying to figure out which class is logging in a bugreport. You'd see something like: 06-14 08:50:10.942 10022 20233 20233 I Dialer : bhp - Phone switching state: OUTGOING -> OUTGOING Now you'll see 06-14 08:50:10.942 10022 20233 20233 I Dialer : InCallPresenter.onCallListChange - Phone switching state: OUTGOING -> OUTGOING Test: Code builds, no changes were made to the actual logged strings PiperOrigin-RevId: 160445433 Change-Id: Id4d07a33b9ec7a9bceca48e71cdcfc5e6291b571
Diffstat (limited to 'java/com/android/dialer/callcomposer')
0 files changed, 0 insertions, 0 deletions