Merge "Log received intent." into nyc-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user