OSDN Git Service

ART: Fix GraphVisualizer dlopen crash
authorDavid Brazdil <dbrazdil@google.com>
Tue, 23 Jun 2015 09:22:38 +0000 (10:22 +0100)
committerDavid Brazdil <dbrazdil@google.com>
Tue, 23 Jun 2015 09:24:05 +0000 (10:24 +0100)
commit3a690be14f70cf1040d5492530b73c97317897e6
tree9cfa99a92e0326d7fd0aa63381be5f010482e9f4
parentda0e224d79262b11fbac9e7b1fdc11c4df31b77f
ART: Fix GraphVisualizer dlopen crash

The HGraphVisualizer used to crash if it failed to dlopen the
libart(d)-disassembler.so. This patch fixes that.

Bug: 22001285
Change-Id: Ibe9b9af17a77e22e3571c886f77918e9491b7827
compiler/optimizing/graph_visualizer.cc