Cloudkibo / Android

0 stars 0 forks source link

Android Crash: Inside contacts load code #536

Closed sojharo closed 7 years ago

sojharo commented 7 years ago

The following error is reported on Ocra today:

screen shot 2017-03-15 at 11 14 19 am
jekram commented 7 years ago

I think this happened when I had two edit on my profile and i clicked on one of them.

sojharo commented 7 years ago

Two edit is UI glitch and won't result in crash. However, from the error report, I found that some logic of contacts loading is running in background which is doing crash.

Assadbintahir commented 7 years ago

Above are the logs for two different issues.

I have opened issue for NullPointerException at line 312 of ContactList. #544

However, I couldn't produce the other error in today's testing.

jekram commented 7 years ago

@Assadbintahir

This issue happened ONCE and we need to fix this.

If if did not happen in your testing does not mean any thing.

Assadbintahir commented 7 years ago

I was giving update of what I found during testing.

If I am testing the application, then I think I am required to update about each issue I encounter. This issue was already opened. So I just updated it with my result.

sojharo commented 7 years ago

The problem was there when I inspected the code. It was trying to send the log to server in wrong state. Wrong state happens sometimes. I have fixed it now.

jekram commented 7 years ago

Thanks