My Question was that i was having issues when i used multiple layouts for same activity my app was crashing, it came out it was because i changed xml for one layout but forgot to do the same in other layouts.
When I press the edit button from edit profile, calls code, the app stops working and shows the above logcat without showing any errors.
I found the issue at that time as it occured to me i changed some xml layout code in my layout for Mobile phone but not for the tablet layout, thats why i was getting this error.