-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete stacktrace #76
Comments
intentional maybe, IDK... BTW, Scoop doesn't capture\catch exceptions, where some apps crash in such a way that the OS\System might show a dialog that the app "stopped", but it might not and Scoop doesn't catch \ capture anything in those cases, like nothing happened (and that's not because it's not "activated", active, running or perms. not being granted or something like that during the crash). |
@drogga For the past many months I've had my hands full with work as well as college classes, and I'm trying to take care of myself too. I do care about this project, but I haven't exactly had the motivation to work on it for a while. Please mind your manners. |
Adding to your comment, @TacoTheDank There's always the option to fork and do whatever one wants |
I don't think this would be possible. There is no code in Scoop that truncates stacktraces. This cut-off is the result of how stacktraces are generated by the system itself (if it is too long, the system cuts off additional lines). Apparently it is possible to show the full lines, but as far as I can tell, that's something that the other apps would need to implement themselves, and not something that is useful on Scoop's end. |
@LeoColman I looked at this issue again, and I'd like to point out that this stacktrace wouldn't be of much use anyway because the code is obfuscated. I would recommend adding a "-dontobfuscate" line to your proguard file like mine, so that you can debug your release builds more easily. As far as I remember, it doesn't really add much, if at all, to the app size. |
Apparently, when the stacktrace is too big it gets cut. I'm not sure if there's anything that we can do here in scoop, but maybe it's an easy fix.
Sample:
Would it be possible to get the 69 more lines as well?
The text was updated successfully, but these errors were encountered: