summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-08-06 13:39:17 -0700
committerMathieu Chartier <mathieuc@google.com>2014-08-06 14:01:09 -0700
commitd1a7fca1451bf4ab7f9b704c0bace180095c2237 (patch)
treefdd2e94343789d67849e246a7a8cfb095b6e592d /libs
parentcd3a22cfec09c065d0667dd044c0788912e82465 (diff)
downloadframeworks_base-d1a7fca1451bf4ab7f9b704c0bace180095c2237.zip
frameworks_base-d1a7fca1451bf4ab7f9b704c0bace180095c2237.tar.gz
frameworks_base-d1a7fca1451bf4ab7f9b704c0bace180095c2237.tar.bz2
Fix JNI error in exception reporting.
There was a JNI error where when you got an OOM and called report_exception, it would call two NewStringUTF in a row without checking the return values. This could mean that the first one threw a new OOME and the second one would cause a JNI error when it also attempted to throw an OOME with a pending OOME. Bug: 16843627 (cherry picked from commit cf6775eece8628ac069a6d4803e7f20a017e7e62) Change-Id: Ibdc7d0e55a48b2a61a1db0868a5d77c2ae53f6f3
Diffstat (limited to 'libs')
0 files changed, 0 insertions, 0 deletions