Logs/logcat not working in BroadcastReceiver
问题 I have a BroadcastReceiver and it there is some problem. The Toast message is showing, and the logcat message is appearing with the command line logcat tool, but not in the Android studio Logcat display. Why? I have already tried android:debuggable="true" and anything has not changed. public class AlarmReceiver extends BroadcastReceiver { private String filePath; private Ringtone ringtone; @Override public void onReceive(Context context, Intent intent) { Log.d("RECEIVE", ""); Bundle extras =