We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45b1c72 + 4939c4a commit c917459Copy full SHA for c917459
1 file changed
cSploit/src/org/csploit/android/core/ChildManager.java
@@ -164,7 +164,7 @@ private static void dispatchEvent(Child c, Event event) {
164
if(c.receiver != null)
165
c.receiver.onEnd(c.exitValue);
166
terminated = true;
167
- crash = c.exitValue > 126 && c.exitValue != 130 && c.exitValue != 137 && c.exitValue < 150;
+ crash = c.exitValue > 128 && c.exitValue != 130 && c.exitValue != 137 && c.exitValue < 150;
168
if(crash) {
169
c.signal = c.exitValue - 128;
170
}
0 commit comments