Mobiperf/MobiPerf

Crashing bug for MobiPerf

Closed this issue · 3 comments

When you first open MobiPerf, then go to System's settings => applications => MobiPerf, force stop => reopen MobiPerf, mobiperf will crash.

The reason is because PhoneUtils's setGlobalContext is not called before the getPhoneUtils in a rare case.

This bug is fixed and I am submitting the code review

The code review 12001 is about this issue.

Pull request #75 is about this issue