Loading packages/Shell/src/com/android/shell/BugreportReceiver.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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); Loading Loading
packages/Shell/src/com/android/shell/BugreportReceiver.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -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); Loading