This is the code where I add the map to instabug:
Log.i("","entered here... map:" + mMap + "...." + mMapFragment.getView());
PSLocationCenter.getInstance().instabug.addMapView(mMapFragment.getView(), mMap);
Where I get this log:
04-01 14:28:55.455: I/(26117): entered here... map:com.google.android.gms.maps.GoogleMap@5091193....android.widget.FrameLayout{7dbac34 V.E...C.. .......D 0,0-1080,1776}
As you can see. my map exists, and also the fragment. The initMap function is in the BaseActivity, and other classes to have the map inside instabug.
This is my map: