OSDN Git Service

Build: Remove DCHECK_ALWAYS_ON flag
authorJack He <siyuanh@google.com>
Fri, 9 Feb 2018 11:02:46 +0000 (03:02 -0800)
committerJack He <siyuanh@google.com>
Fri, 9 Feb 2018 11:02:46 +0000 (03:02 -0800)
commit0a0d8ebf5cbe1fe689486cc9fb3a29366d64a676
treed5f77b807acc4a8cdab81ca279bf9c0806a5bd7d
parentabc34b4d74d0108f526d87f486d0e18813e1ae0a
Build: Remove DCHECK_ALWAYS_ON flag

* According to libchrome documentation, DCHECK_ALWAYS_ON must be set or
  unset on both our library and libchrome. Flag mis-match may cause
  hard-to-debug segfaults which we experience when using base::Thread

Change-Id: If3740196340b02d2d0bb41e08f0b551d47f49864
Fixes: 73147157
Test: make
build/Android.bp