Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc052eb1 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

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

am: 90f7db62

* commit '90f7db62':
  Log received intent.
parents 6a699133 90f7db62
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -51,6 +51,7 @@ public class BugreportReceiver extends BroadcastReceiver {


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