mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Allow displaying fatal messages from android logcat
This commit is contained in:
@@ -289,11 +289,6 @@ LogView::LogView(ICaptureContext &ctx, QWidget *parent)
|
||||
|
||||
for(LogType type : values<LogType>())
|
||||
{
|
||||
// don't bother allowing fatal filtering. The UI is no longer running when one of these is
|
||||
// logged
|
||||
if(type == LogType::Fatal)
|
||||
continue;
|
||||
|
||||
logTypeStrings.push_back(ToQStr(type));
|
||||
|
||||
QStandardItem *item = new QStandardItem(ToQStr(type));
|
||||
|
||||
Reference in New Issue
Block a user