Merge "Log received intent." into nyc-dev am: 1f7659ba34
am: 90f7db62a2
* commit '90f7db62a2b84462338e4b9124e7e6c3d42316f8':
Log received intent.
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