Merge "Looper: missing cinttypes when debugging poll/callbacks"

am: b80d383bbf

Change-Id: I51b46cfc9a6eac33ac1ad59448a72e9c08dc2952
This commit is contained in:
Alessio Balsini 2019-05-13 10:08:24 -07:00 committed by android-build-merger
commit e60c4ad8b1

View file

@ -14,7 +14,9 @@
#define DEBUG_CALLBACKS 0
#include <utils/Looper.h>
#include <sys/eventfd.h>
#include <cinttypes>
namespace android {