eagle 接入字节apm性能监控

This commit is contained in:
lianglihui
2021-09-30 10:18:35 +08:00
parent 1dfb1344a4
commit 93503c342b
3 changed files with 10 additions and 9 deletions

View File

@@ -85,6 +85,7 @@ public class SmallMapProvider implements IMogoSmallMapProvider, IMogoStatusChang
Log.d(TAG, "准备show fragment");
mActivity.getSupportFragmentManager().beginTransaction().show(mSmallMapFragment).commitAllowingStateLoss();
} catch (Exception e) {
Log.d(TAG, "add fragment 失败 ======"+e.getMessage());
e.printStackTrace();
}
}