Lines Matching refs:file
1 # Bugreport file format
12 ## Text file (Pre-M)
13 Prior to _Android M (Marshmallow)_, `dumpstate` generates a flat .txt file named
20 _bugreport-DATE.txt_ file, but then **Shell** creates a zip file called
22 file as the `ACTION_SEND_MULTIPLE` attachment.
25 On _Android N (TBD)_, `dumpstate` generates a zip file directly (unless there
26 is a failure, in which case it reverts to the flat file that is zipped by
29 The zip file is by default called _bugreport-BUILD_ID-DATE.zip_ and it contains a
34 The zip file also contains 2 metadata entries generated by `dumpstate`:
40 `dumpstate` can also copy files from the device’s filesystem into the zip file
41 under the `FS` folder. For example, a `/dirA/dirB/fileC` file in the device
42 would generate a `FS/dirA/dirB/fileC` entry in the zip file.
44 When systrace is enabled, the zip file will contain a `systrace.txt` file as well.
46 The flat file also has some minor changes:
48 - Tombstone files were removed and added to the zip file.
50 - Some dumpsys sections (memory and cpuinfo) are reported earlier in the file.
70 Similarly, if changes in the file format are made after the initial release of
78 Tools parsing the zipped bugreport file can use the following algorithm to