Mobiperf / MobiPerf

New MobiPerf Repository
http://mobiperf.com
Other
87 stars 62 forks source link

Crashing bug for MobiPerf #69

Closed quietbamboo closed 12 years ago

quietbamboo commented 12 years ago

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.

quietbamboo commented 12 years ago

This bug is fixed and I am submitting the code review

quietbamboo commented 12 years ago

The code review 12001 is about this issue.

quietbamboo commented 12 years ago

Pull request https://github.com/Mobiperf/MobiPerf/pull/75 is about this issue