History log of /frameworks/native/libs/binder/Debug.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b869cc94704d1a3d6226f471984eb33ff1bac7d5 21-Jun-2017 Colin Cross <ccross@android.com> Add getBinderKernelReferences

Add a wrapper for the new BINDER_GET_NODE_DEBUG_INFO ioctl for use by
libmemunreachable.

Test: memunreachable_binder_test
Bug: 28275695
Change-Id: Ic112584fa05071bd336974b3a18869077a69389b
/frameworks/native/libs/binder/Debug.cpp
c2bf8e837ecf36639425fc3015cce078f6a08fb9 21-Oct-2015 Dan Austin <danielaustin@google.com> Fix benign integer overflow in printHexDump

There is an instance where an unsigned integer is multiplied by -1.
Refactor the code to eliminate this operation.

Bug: 25085348
Change-Id: I9c5dc1cc22a27dc998ae8eeacc9f889373d993cd
/frameworks/native/libs/binder/Debug.cpp
a5d74599366af171f98577d1d774a45f0cd6294b 22-Nov-2014 Elliott Hughes <enh@google.com> We HAVE_LITTLE_ENDIAN.

Change-Id: I68551ad663f2649a06b1958e9bef152e6d026e72
/frameworks/native/libs/binder/Debug.cpp
6f4f3ab36c5ed1df84eb3a9f7475f0ac42952f58 06-Feb-2014 Colin Cross <ccross@android.com> binder: fix all warnings

Fix warnings related to casting pointers to ints, using %d or %ld to
print size_t/ssize_t, and unused parameters.

Change-Id: I7a13ba83d402952989c1f795cd9e880a95b98d9e
/frameworks/native/libs/binder/Debug.cpp
002e1e58dfe19dd3e49a59c6827cbf51573941a2 07-May-2013 Mathias Agopian <mathias@google.com> libutils clean-up

Change-Id: I6ff4cfc736751de2912c697f954e45e275f2d386
/frameworks/native/libs/binder/Debug.cpp