ALOGD_IF_SLOW isn't intuitively implemented as it cannot handle temporaries used as its parameters. Since there are so few users of it already and since it's just sugar on top of 2 otherwise trivial lines, we opt to remove it entirely. Bug: 62820330 Test: Build Change-Id: Ie91b40cdaf650154203ccf0ca70e029cc097b350 Merged-In: Ie91b40cdaf650154203ccf0ca70e029cc097b350
7 lines
270 B
C
7 lines
270 B
C
// DO NOT INCLUDE ANYTHING NEW IN THIS FILE.
|
|
|
|
// <log/log.h> has replaced this file and all changes should go there instead.
|
|
// This path remains strictly to include that header as there are thousands of
|
|
// references to <utils/Log.h> in the tree.
|
|
|
|
#include <log/log.h>
|