frapperino / sketchagram

Smartwatch application
Other
0 stars 0 forks source link

App crashes twice in a row when opened or closed #13

Closed alehar9320 closed 9 years ago

alehar9320 commented 9 years ago

My best guess is that the app has started to crash because Connection get started in multiple instances simultaneously because of our Service implementation, and when they all attempt to talk to the server, the app simply crashes, because it's not designed to function this way.

alehar9320 commented 9 years ago

Problem was a result of the "process" field in the android manifest. It should have been android:process to be correct. App therefore no longer crashes.

alehar9320 commented 9 years ago

App appearently still crashes upon being closed and on being re-launched.

alehar9320 commented 9 years ago

User.equals(null) caused the crashes.