Merge "Log received intent." into nyc-dev am: 1f7659ba34

am: 90f7db62a2

* commit '90f7db62a2b84462338e4b9124e7e6c3d42316f8':
  Log received intent.
This commit is contained in:
Felipe Leme
2016-03-15 21:01:06 +00:00
committed by android-build-merger

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);