summaryrefslogtreecommitdiff
path: root/tests/DynamicCodeLoggerIntegrationTests/src
diff options
context:
space:
mode:
authorVictoria Lease <violets@google.com>2013-02-14 15:58:46 -0800
committerThe Android Automerger <android-build@android.com>2013-02-14 16:30:43 -0800
commitef60fa95b2928a6d25fd588c3945ea75642896aa (patch)
tree2beccaef8160f37e9173a928259eb8573cf02dd4 /tests/DynamicCodeLoggerIntegrationTests/src
parent4509b1fb588121d7dd5f124a8ced0b117997b659 (diff)
fix argument mismatches in Paint JNI
Paint.getTextRunCursor() no longer has a "flags" argument on the Java side. The native side, however, still had the argument, and was being called with misaligned arguments, causing all manner of madcap fun. Also, the version of Paint.getTextRunCursor() that took String as an argument needed to lose the "flags" argument, as well, to prevent an infinite loop in the CharSequence version of the function, which was supposed to be calling the String version but was actually calling itself. Bug: 8201224 Change-Id: Iad0dabaf81185f29a082566cc64590f2ba9bc31c
Diffstat (limited to 'tests/DynamicCodeLoggerIntegrationTests/src')
0 files changed, 0 insertions, 0 deletions