fix DarwinLog no-info/no-debug case
authorTodd Fiala <todd.fiala@gmail.com>
Thu, 22 Sep 2016 16:29:48 +0000 (16:29 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Thu, 22 Sep 2016 16:29:48 +0000 (16:29 +0000)
commit7ffdb1556b3f008ffa902200cb81a3c98bf9e110
tree7c30589c17590366d4c124219cf51b624e8fcaaa
parent36bf6a46d8f012ed644e94fd94d7f1611e03fa0a
fix DarwinLog no-info/no-debug case

This started failing recently:
TestDarwinLogSourceDebug.py

It looks like the behavior of specifying the OS_ACTIVITY_MODE
env var with no value used to work for no-info/no-debug content.
That doesn't appear to be the case now.  Switch to specifying
the proper value ('default') when no info-level and no debug-level
content is expected.

llvm-svn: 282172
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp