mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-22 02:45:49 -04:00
fix logcat adding all crashlogs if last crash didnt result in the thing
This commit is contained in:
parent
d8b18dc609
commit
d7ed016768
1 changed files with 6 additions and 1 deletions
|
@ -276,8 +276,13 @@ bool crashlog::setupPlatformHandler() {
|
|||
if (begin != std::string::npos) {
|
||||
s_result = s_result.substr(begin);
|
||||
}
|
||||
else {
|
||||
s_result = "Logcat buffer is empty.";
|
||||
}
|
||||
s_lastLaunchCrashed = true;
|
||||
|
||||
}
|
||||
else {
|
||||
s_result = "Logcat buffer is empty.";
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue