CrashReport.postCatchedException(e); 

如果是 Exception  可以用 

CrashReport.postCatchedException(e); 

如果想 自己打印固定日志 可以用 

CrashReport.postCatchedException(new Throwable("日志内容"));

然后再 bugly  后台对应的app 

异常上报 - 错误分析中查看 相应的 日志信息