Merge "Log received intent." into nyc-dev

am: 1f7659ba34

* commit '1f7659ba3421fa391af24ccd5c2e9823a9b6cb95':
  Log received intent.
This commit is contained in:
Felipe Leme
2016-03-15 20:58:42 +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);