Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2b826d2e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge changes I46ec4bca,I64c00f3b

* changes:
  Sets dumpstate version using system properties.
  Fixed variable names according to Google C++ style.
parents b54660a8 d071c680
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -63,8 +63,8 @@ changes become stable.
For example, the initial version during _Android N_ development was
**1.0-dev1**. When `dumpsys` was split in 2 sections but not all tools were
ready to parse that format, the version was named **1.0-dev2**,
which had to be passed do `dumpsys` explicitly (i.e., trhough a
`-V 1.0-dev2` argument). Once that format became stable and tools
which had to be passed to `dumpsys` explicitly (by setting the `dumpstate.version` system property).
Once that format became stable and tools
knew how to parse it, the default version became **1.0-dev2**.

Similarly, if changes in the file format are made after the initial release of
+146 −137

File changed.

Preview size limit exceeded, changes collapsed.

+30 −24

File changed.

Preview size limit exceeded, changes collapsed.

+83 −83

File changed.

Preview size limit exceeded, changes collapsed.

+63 −67

File changed.

Preview size limit exceeded, changes collapsed.