androminion
androminion copied to clipboard
Crash/errors report for crashes that are not reproduced
I have crashes that don't seem to repeat after playing the same set of cards again several times . And since I do not have a description of what the error really is or how to reproduce it, I don't really feel that I can add it to this issue list. If there was a random issue thread or somewhere else that we can share the error reports for these I don't know if that would be helpful for the development.
This happens a lot. If you happen to be an Android software developer, you can use the tools provided to dump the Android system log and look for a crash trace. If you are not, you can install the adb utility and use it. Instructions can be found at https://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/
Once you have everything set up and have your device connected to your computer with a USB cable, run the following command on the computer adb -d logcat
Search the resulting output backwards for a stack trace with the phrase 'at com.vdom.core.' and include that stack trace in a new issue.
are these different from the error logs that are saved automatically from the app into the androminion folder file 'errors.txt'?
On Tue, May 21, 2019 at 9:41 PM Kenneth Corbin [email protected] wrote:
This happens a lot. If you happen to be an Android software developer, you can use the tools provided to dump the Android system log and look for a crash trace. If you are not, you can install the adb utility and use it. Instructions can be found at
https://www.howtogeek.com/125769/how-to-install-and-use-abd-the-android-debug-bridge-utility/
Once you have everything set up and have your device connected to your computer with a USB cable, run the following command on the computer adb -d logcat
Search the resulting output backwards for a stack trace with the phrase 'at com.vdom.core.' and include that stack trace in a new issue.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mehtank/androminion/issues/607?email_source=notifications&email_token=ADUSZUYHRC4Z52O77NX6VS3PWRNBJA5CNFSM4HDRYYG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV5D2LY#issuecomment-494550319, or mute the thread https://github.com/notifications/unsubscribe-auth/ADUSZU3TTCNUTU3W7DHFHATPWRNBJANCNFSM4HDRYYGQ .
Errors.txt files only logs uncaught exceptions. I've added this file for non coders to send bug reports with more informations.
ABD logs more things. But since I've added errors.txt file I never use ADB.
is it helpful to have error files with associated game logs? I haven't saved most logs separately (as they get overwritten if i don't change the name).
I had passed on the errors file before, below is what i've had since. Is it helpful for you to have this? errors_19-07-02.txt
I'd like to do as much as I can for this project, but since I haven't looked at java code in about 15 years (ap comp sci), I think testing is about the extent of it.
For me it is helpful. I'll take a look this evening because i'm at work.
Issues closed (or PR waiting to be accepted)
- #575 com.vdom.core.BasePlayer.recruiter_cardToTrash(BasePlayer.java:5167)
- #577 com.vdom.players.VDomPlayerPatrick.advisorGeneral(VDomPlayerPatrick.java:1333)
- #580 com.vdom.core.BasePlayer.zombieApprentice_cardToTrash(BasePlayer.java:5013)
- #593 com.vdom.core.BasePlayer.changeling_cardToGain(BasePlayer.java:4537)
I will continue to study your crashes...