Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 005b2aa3 authored by Alessio Balsini's avatar Alessio Balsini Committed by android-build-merger
Browse files

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

am: e60c4ad8

Change-Id: I10764ce5b8230d8dfb7c95c569d1a7bc2304fdd1
parents 3239bf03 e60c4ad8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@
#define DEBUG_CALLBACKS 0

#include <utils/Looper.h>

#include <sys/eventfd.h>
#include <cinttypes>

namespace android {