android.app.SuperNotCalledException: Activity {com.ifeng.mu/com.ifeng.mu.activity.map.ActMapHome} did not call through to super.onStart()
在重写 onStart()、onStop()、onResume()、onPause()、onDestroy() 等等函数的时候
一定要在函数中加上一句 super.onXX();
否则就会报相类似的问题
android.app.SuperNotCalledException: Activity {com.ifeng.mu/com.ifeng.mu.activity.map.ActMapHome} did not call through to super.onStart()