OSDN Git Service

Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL)
authorMathieu Chartier <mathieuc@google.com>
Fri, 1 May 2015 20:00:23 +0000 (13:00 -0700)
committerMathieu Chartier <mathieuc@google.com>
Fri, 1 May 2015 20:20:24 +0000 (13:20 -0700)
commit732e886df618f8f8f67a184da3bf079aec22eca5
tree9599bb4b3b1715c5b402d3bae1dc4bb339bc0fb6
parent6db49a74e8402d3b6c66536ea7ec988144c05d24
Change invalid root from LOG(ERROR) to LOG(INTERNAL_FATAL)

INTERNAL_FATAL is more likely to remain in bug reports.

(cherry picked from commit 175746ac9039e9b741d3521420dcaa9c59341738)

Bug: 20736048
Change-Id: I518f079d8d1839e22b3595e807730edf36318f1d
runtime/gc/collector/mark_sweep.cc