diff options
author | Dianne Hackborn <hackbod@google.com> | 2016-05-03 16:57:54 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2016-05-04 13:43:58 -0700 |
commit | d8e877d27d8e5a87446b9e1030325edad268d9e3 (patch) | |
tree | 362fa5ef36f8df637751c9f200adfdb50531c24f /tools/aapt2/java/JavaClassGenerator_test.cpp | |
parent | 3fff306827c6fe998f8569d71ea18da597eb5a85 (diff) |
Maybe fix issue #28457907: Pebble app crash + reboot
Fix this long-standing multi-threading issue in Bundle
when multiple threads are trying to read from a Bundle
and conflict to due unparceling.
There are two critical sections this protects: writing
the bundle in to a parcel (when it is doing this from
the bundle's already parcelled representation), and
unparcelling a bundle into its map of entries.
Change-Id: I5470002f090e63dd623a573da6c204d3b5b661f4
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator_test.cpp')
0 files changed, 0 insertions, 0 deletions