デバッグ モードで Android Studio バージョン 2.1.0 の例外ログを表示できず、リリース モードで表示できます
次のgradleバージョンを使用しています
classpath 'com.android.tools.build:gradle:2.1.0'
以下はGoogle Play Services libです
compile 'com.google.android.gms:play-services:8.4.0'
私はGoogleアナリティクスを使用しており、次のコードも追加しました
t.enableExceptionReporting(false);
それでも、デバッグ モードで例外ログを表示できません。その理由は何ですか?