其他分享
首页 > 其他分享> > Android studio无法仅在调试模式下查看异常日志

Android studio无法仅在调试模式下查看异常日志

作者:互联网

我无法在调试模式下看到Android Studio版本2.1.0中的异常日志,并且能够看到它的发布模式

我正在使用以下gradle版本

 classpath 'com.android.tools.build:gradle:2.1.0'

以下是Google Play服务库

compile 'com.google.android.gms:play-services:8.4.0'

我正在使用谷歌分析,我还添加了以下代码

t.enableExceptionReporting(false);

我仍然无法在调试模式下看到异常日志.可能是什么原因?

解决方法:

转到视图 – >工具Windows – >安卓监视器,您可以看到应用程序的日志.

标签:android,exception,gradle,google-analytics,android-studio-2-1
来源: https://codeday.me/bug/20190711/1430689.html