OSDN Git Service

Fixed obsolete comment.
authorFelipe Leme <felipeal@google.com>
Tue, 15 Nov 2016 19:24:42 +0000 (11:24 -0800)
committerFelipe Leme <felipeal@google.com>
Tue, 15 Nov 2016 19:24:42 +0000 (11:24 -0800)
Bug:32906084
Test: not needed
Change-Id: I0c79e4ffb66405a30d3c83d2e7654cbef413f6e1

packages/Shell/src/com/android/shell/BugreportReceiver.java

index f6e558f..15ce90f 100644 (file)
@@ -40,8 +40,7 @@ public class BugreportReceiver extends BroadcastReceiver {
     private static final String TAG = "BugreportReceiver";
 
     /**
-     * Always keep the newest 8 bugreport files; 4 reports and 4 screenshots are
-     * roughly 17MB of disk space.
+     * Always keep the newest 8 bugreport files.
      */
     private static final int MIN_KEEP_COUNT = 8;