Skip to content

Commit

Permalink
Don't include generic crash logs by default
Browse files Browse the repository at this point in the history
The crashes can be caused by anything, not just Xposed or ART.
This sometimes leads to confusion, and the crash log itself is often
not even helpful because other relevant information isn't included.

Now that it's possible to enable a full logcat, don't include those
crashes in the "normal" logs.
  • Loading branch information
rovo89 committed May 28, 2016
1 parent 9a54ffb commit 8a2f511
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xposed_logcat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ static void execLogcat() {
"appproc:I", // app_process
"XposedInstaller:I", // Xposed Installer
"art:F", // ART crashes
"libc:F", // Native crashes
"DEBUG:I", // Native crashes
(char*) 0);
}

Expand Down

0 comments on commit 8a2f511

Please sign in to comment.