logging: convert assert() checks to FOLLY_SAFE_DCHECK()
authorAdam Simpkins <simpkins@fb.com>
Tue, 28 Nov 2017 20:02:02 +0000 (12:02 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 28 Nov 2017 20:05:41 +0000 (12:05 -0800)
commitd017a3ffa0acf3389a1ee585a035c01cd9e51d07
tree3fee753df8c0a4a742b160b8c4315d78bca80427
parent6e6f346d41a5b3e431093990db93db141838495f
logging: convert assert() checks to FOLLY_SAFE_DCHECK()

Summary:
Replace all assert() checks in the folly logging code with
FOLLY_SAFE_DCHECK().

Reviewed By: yfeldblum

Differential Revision: D6422885

fbshipit-source-id: 5cb12dd59f2fe5d346f15b9d317abede8654a879
folly/experimental/logging/LogConfigParser.cpp
folly/experimental/logging/test/AsyncFileWriterTest.cpp