Bowgo Tsai
0768f03157
Merge "Move adbd from root to system" am: 3d6f85167e
am: f390f04381
...
am: 53aeb8af81
-s ours
Change-Id: I4d5de7f790db96009543599793ee429ec125cf79
2017-08-31 06:41:26 +00:00
Bowgo Tsai
53aeb8af81
Merge "Move adbd from root to system" am: 3d6f85167e
...
am: f390f04381
Change-Id: I5916c9dc47c2560c0acbdc1b405e752e041d4bbe
2017-08-31 06:35:57 +00:00
Bowgo Tsai
f390f04381
Merge "Move adbd from root to system"
...
am: 3d6f85167e
Change-Id: I3b89a7a8e98252319f850a225ef7ba2080e54879
2017-08-31 06:30:48 +00:00
Treehugger Robot
3d6f85167e
Merge "Move adbd from root to system"
2017-08-31 06:22:16 +00:00
Christopher Ferris
723f414ac2
Merge "Add proper support for embedded elf files." am: 537c68c8ed
am: 863fcdb0ca
...
am: b41875be0b
Change-Id: I77cfa66ec34c5c30e44062cfabf0454253a3d92d
2017-08-31 02:41:48 +00:00
Christopher Ferris
b41875be0b
Merge "Add proper support for embedded elf files." am: 537c68c8ed
...
am: 863fcdb0ca
Change-Id: I038dcbbd11f35a494a5197b315278b35b9a72236
2017-08-31 02:32:15 +00:00
Christopher Ferris
863fcdb0ca
Merge "Add proper support for embedded elf files."
...
am: 537c68c8ed
Change-Id: Ia28dbb1bbd02d54602a6256295cccf2def9caf04
2017-08-31 02:25:05 +00:00
Christopher Ferris
537c68c8ed
Merge "Add proper support for embedded elf files."
2017-08-31 02:17:41 +00:00
Christopher Ferris
3f805ac3f8
Add proper support for embedded elf files.
...
- Add a method to get the max size of an elf file by reading the
section header offset + size. This will properly map an elf
file embedded into an apk, instead of just mapping in what is done
by the dynamic linker. It does assume that the section headers are
at the end of the elf file.
- Add new tests for the above functionality.
- Update the unwind_symbols tool to take an address for finding a
function instead of dumping the entire symbol table.
Bug: 23762183
Test: Unit tests pass, unwind through the camera process and verify
Test: the GoogleCamera.apk shows some function names.
Change-Id: I00c021680fe1d43b60d652bf91bbf6667d9617be
2017-08-30 15:50:11 -07:00
Tom Cherry
b5d7e00815
Merge "use a single file for storing persistent properties" am: e1f9a58c86
am: 39088d35ee
...
am: f8d36679bf
Change-Id: Id6b9812de8f7cc774fe7300d0b9e13a0d2b3b248
2017-08-30 19:55:39 +00:00
Tom Cherry
f8d36679bf
Merge "use a single file for storing persistent properties" am: e1f9a58c86
...
am: 39088d35ee
Change-Id: I98871252072953ba8f892cdb1feef09a1b59e769
2017-08-30 19:49:38 +00:00
Tom Cherry
39088d35ee
Merge "use a single file for storing persistent properties"
...
am: e1f9a58c86
Change-Id: Iea9d022eee79e3a4ccf9f5ebc6739d565b6e51b1
2017-08-30 19:42:08 +00:00
Tom Cherry
e1f9a58c86
Merge "use a single file for storing persistent properties"
2017-08-30 19:30:18 +00:00
Josh Gao
12f0dfc915
Merge "base: hopefully fix the mac build." am: 815f74a759
am: 8949a0255e
...
am: 35e06ef181
Change-Id: Ib9202c26a95e3d264bd0ad0bf215ad257e5b5764
2017-08-30 08:21:28 +00:00
Josh Gao
35e06ef181
Merge "base: hopefully fix the mac build." am: 815f74a759
...
am: 8949a0255e
Change-Id: I97a5cc9e916ea0905861a2bd87c6902cdc66187c
2017-08-30 08:14:27 +00:00
Josh Gao
8949a0255e
Merge "base: hopefully fix the mac build."
...
am: 815f74a759
Change-Id: I335e774a3c6e1ed1fd662552ae158bd232ae6c78
2017-08-30 08:07:27 +00:00
Treehugger Robot
815f74a759
Merge "base: hopefully fix the mac build."
2017-08-30 08:03:32 +00:00
Josh Gao
4221e2cc03
base: hopefully fix the mac build.
...
Test: none
Change-Id: Idd4f353a158a0c096d16ecf87e239c50aba79cf7
2017-08-29 21:28:32 -07:00
Ting-Yuan Huang
9cd73e43ed
Merge "sdcard: mute false compiler alarm" am: cb4e164562
am: 124294a348
...
am: e657bf552c
Change-Id: I1e75decd46537a7697840908146981a4650ca417
2017-08-30 02:53:36 +00:00
Ting-Yuan Huang
e657bf552c
Merge "sdcard: mute false compiler alarm" am: cb4e164562
...
am: 124294a348
Change-Id: I6e8964c4eb7426b838c5f780a5c87136bfbc24e5
2017-08-30 02:49:37 +00:00
Ting-Yuan Huang
124294a348
Merge "sdcard: mute false compiler alarm"
...
am: cb4e164562
Change-Id: Iefc21ac2b479095e50a764495843db28bebdffa5
2017-08-30 02:43:07 +00:00
Treehugger Robot
cb4e164562
Merge "sdcard: mute false compiler alarm"
2017-08-30 02:31:54 +00:00
Tom Cherry
16fad42007
use a single file for storing persistent properties
...
We have seen that storing persistent properties in separate files
causes increased boot latency compared to if they were stored in a
single contiguous file.
This change creates a simple format for a contiguously stored property
file, and adds the support for arbitrary characters in the names of
persistent properties, which previously had been restricted. It has a
mechanism for converting older devices to the new format as well.
Bug: 64392887
Test: boot bullhead with new properties
Test: boot bullhead and verify old properties are converted to the new
property file
Test: corrupt property file and ensure that it gets recovered from memory
Test: new unit tests
Change-Id: I60d8201d655ce5c97b33faae81d5ca8dbbb21a14
2017-08-29 17:45:06 -07:00
Ting-Yuan Huang
1991ae9459
sdcard: mute false compiler alarm
...
Clang static analyzer worries that strcpy to a field may overwrites
other fields. Use snprintf() instead.
Test: built without seeing the warning.
Change-Id: I75d8edf1353b5d052fd14a954362bd0632c258fa
2017-08-29 17:21:13 -07:00
Josh Gao
82c4799fe0
adbd: don't spin if file sync read fails.
...
am: a2f1335819
Change-Id: I71fa5b33e79b1449431b05d4889fcc04746023de
2017-08-29 22:32:03 +00:00
Josh Gao
f8ecfa2495
Merge "base: add Pipe and Socketpair wrappers." am: 287e8348de
am: b8ae24c73b
...
am: 4db97b46fa
Change-Id: Icc945f3f6a5920a9bb49a08f2b11faf04905e7f0
2017-08-29 22:01:28 +00:00
Josh Gao
4db97b46fa
Merge "base: add Pipe and Socketpair wrappers." am: 287e8348de
...
am: b8ae24c73b
Change-Id: I9ae44e8ef9ddaf4cf9bf3a8f8a514074c5104bdc
2017-08-29 21:54:18 +00:00
Josh Gao
b8ae24c73b
Merge "base: add Pipe and Socketpair wrappers."
...
am: 287e8348de
Change-Id: I7f86122ee2239ad8daebc59d17f14f665e65983b
2017-08-29 21:47:56 +00:00
Tom Cherry
698da68800
Merge "Globally allow up to 32K FDs open per process" am: 451ff37052
am: 42fb030221
...
am: 32e268561a
Change-Id: I07f13cb0ccfa5e5b1bbf9ef3c4dfb27d2e711a02
2017-08-29 21:32:05 +00:00
Treehugger Robot
287e8348de
Merge "base: add Pipe and Socketpair wrappers."
2017-08-29 21:26:39 +00:00
Tom Cherry
32e268561a
Merge "Globally allow up to 32K FDs open per process" am: 451ff37052
...
am: 42fb030221
Change-Id: I3c73e3e235d496d0ad65a7c5a4aee2fb23aeb173
2017-08-29 21:20:02 +00:00
Tom Cherry
42fb030221
Merge "Globally allow up to 32K FDs open per process"
...
am: 451ff37052
Change-Id: Icb14faacb7d10fd99dd66e2172e04c0e73a8b170
2017-08-29 21:15:03 +00:00
Tom Cherry
451ff37052
Merge "Globally allow up to 32K FDs open per process"
2017-08-29 21:01:23 +00:00
Josh Gao
a2f1335819
adbd: don't spin if file sync read fails.
...
Bug: http://b/64508974
Bug: 64709603 (presubmit balking at the line above)
Test: mma
Change-Id: Ifba6a9dea3138b6d2a62c91cc0532f63986c048a
(cherry picked from commit 1d6c01b53d
)
2017-08-29 18:54:19 +00:00
Christopher Ferris
38bdc3f573
Merge "Update the tests." am: 4614a7ae1b
am: 8547fb9003
...
am: e69ff20c0f
Change-Id: If257a4736d2534e9bde42b264fccdcf3903c0439
2017-08-29 17:50:45 +00:00
Christopher Ferris
e69ff20c0f
Merge "Update the tests." am: 4614a7ae1b
...
am: 8547fb9003
Change-Id: I0ad4c3cd4cf548433f4d553d8685986f27977800
2017-08-29 17:44:31 +00:00
Christopher Ferris
8547fb9003
Merge "Update the tests."
...
am: 4614a7ae1b
Change-Id: Ieeb5e4ccc512ddf120e29c55f6d7fdb01aa4c11c
2017-08-29 17:38:31 +00:00
Christopher Ferris
4614a7ae1b
Merge "Update the tests."
2017-08-29 17:30:41 +00:00
Alan Stokes
41f9cc0090
Merge "Reading from logd in WRAP mode is expected to take a long time, don't abort it after 30s." into oc-mr1-dev
...
am: 15e5bd4e2b
Change-Id: I2279876026acbbe0de65e908887dd210b9ee3284
2017-08-29 17:01:16 +00:00
Alan Stokes
15e5bd4e2b
Merge "Reading from logd in WRAP mode is expected to take a long time, don't abort it after 30s." into oc-mr1-dev
2017-08-29 16:39:52 +00:00
Jerry Zhang
1171607b60
Merge "adb: Use kernel aio for functionfs." am: aaa90cfe06
am: 6fe5cda8aa
...
am: 9c5679caf0
Change-Id: Ic43aef9fac9cf1d82168c3fbb0c7b53328358b2e
2017-08-29 03:47:54 +00:00
Jerry Zhang
9c5679caf0
Merge "adb: Use kernel aio for functionfs." am: aaa90cfe06
...
am: 6fe5cda8aa
Change-Id: I1dd26f8156c19911dc000ab5a3734b2a8ca474e5
2017-08-29 03:43:18 +00:00
Jerry Zhang
6fe5cda8aa
Merge "adb: Use kernel aio for functionfs."
...
am: aaa90cfe06
Change-Id: Ia89f076b94c8974544923b64ea53dffd6b8c8397
2017-08-29 03:38:26 +00:00
Treehugger Robot
aaa90cfe06
Merge "adb: Use kernel aio for functionfs."
2017-08-29 03:28:26 +00:00
Christopher Ferris
458cc66b07
Update the tests.
...
- Change all load_base to load_bias in the test files.
- Add the test files to the backtrace_test.
- Add a function to get the path to the test libraries.
- Change aarch64 to arm64 for offline test code.
- Modify the offline tests so that they can be easily updated when
unwinding on any arch for any other arch is possible.
- Add tests of CreateNew for remote debugging.
Test: Ran unit tests on host and angler.
Change-Id: Id6c5afe73aeb2ac22463dd81f061799fcb1c178b
2017-08-28 18:08:52 -07:00
Josh Gao
151c4adb28
Merge "adb: improve CHECKs." am: 9f38e19b88
am: f628362478
...
am: 3c186bc32c
Change-Id: I4c30f4f9cd8ac92f38e6640a747227211e7fe528
2017-08-28 23:49:54 +00:00
Josh Gao
3c186bc32c
Merge "adb: improve CHECKs." am: 9f38e19b88
...
am: f628362478
Change-Id: I4d381032b4dfbca95a203473af4fcc6164b1fca8
2017-08-28 23:46:24 +00:00
Josh Gao
f628362478
Merge "adb: improve CHECKs."
...
am: 9f38e19b88
Change-Id: Icc50ced0faeda5653288922ec787311e30c5085d
2017-08-28 23:40:23 +00:00
Treehugger Robot
9f38e19b88
Merge "adb: improve CHECKs."
2017-08-28 23:35:44 +00:00
Tom Cherry
2235fa414f
Merge "init: fix signal handling and LOG(FATAL) in child processes" am: 30bf4b7500
am: 43e92299e9
...
am: 5727a169c1
Change-Id: I7dd7729df2b1073946b7a9a350e528a95eed72fd
2017-08-28 22:05:17 +00:00