Make change and version bump to r_aml_300802700 for mainline module file: packages/Tethering/apex/manifest.json

Change-Id: I7670710e4da2f340a3fb02c3b3b3373c36adf3e7
diff --git a/stats/atoms.proto b/stats/atoms.proto
index a5f0ac9..ca03343 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -6131,6 +6131,10 @@
  */
 message ProcStats {
     optional ProcessStatsSectionProto proc_stats_section = 1;
+    // Data pulled from device into this is sometimes sharded across multiple atoms to work around
+    // a size limit. When this happens, this shard ID will contain an increasing 1-indexed integer
+    // with the number of this shard.
+    optional int32 shard_id = 2;
 }
 
 /**