OSDN Git Service

WTF Logging for catching memory issue in Parcel
authorMichael Wachenschwanz <mwachens@google.com>
Wed, 10 May 2017 18:43:44 +0000 (11:43 -0700)
committerMichael Wachenschwanz <mwachens@google.com>
Wed, 10 May 2017 22:38:30 +0000 (15:38 -0700)
commit101e38cbeceb0e1c0a27f1917d9ab0aabed26e49
treecdac1e9d1c0952a40c90cc1d1d81b5dc7a031608
parent6e0332f3080463691ef71282a10b5d2f863030b8
WTF Logging for catching memory issue in Parcel

Catch an exception sent from native code looking for a specific known
bug and report via wtf which code path is hitting the bug. Revert this
change once bug has been resolved.

Bug: 37298089
Test: manual

Change-Id: Ieb98a8a82a9a2cffe4d0cfbbc8333f453b3e36d5
Signed-off-by: Michael Wachenschwanz <mwachens@google.com>
core/java/android/os/Parcel.java
core/jni/android_os_Parcel.cpp