OSDN Git Service

Avoid crash when dumping display lists
authorRomain Guy <romainguy@google.com>
Fri, 3 Aug 2012 23:06:55 +0000 (16:06 -0700)
committerRomain Guy <romainguy@google.com>
Fri, 3 Aug 2012 23:08:56 +0000 (16:08 -0700)
commit18edb81172daa9b98b53d226d94fc03249b1aded
treea660ac4ee7f21e7becfc2b707425f762e96345da
parentb92edf99ef268fe0fd76445286d720bd11f967d2
Avoid crash when dumping display lists

We recently changed the drawText implementation to accept more parameters
which were not taken into account during a dump operation.

Change-Id: Ia1dc682dc7bb2bb02a1f4a514ed5af5556f92a97
libs/hwui/DisplayListRenderer.cpp