Merge "Log received intent." into nyc-dev

This commit is contained in:
Felipe Leme
2016-03-15 20:53:11 +00:00
committed by Android (Google) Code Review

View File

@@ -51,6 +51,7 @@ public class BugreportReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
Log.d(TAG, "onReceive: " + intent);
// Clean up older bugreports in background
cleanupOldFiles(this, intent, INTENT_BUGREPORT_FINISHED, MIN_KEEP_COUNT, MIN_KEEP_AGE);