• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/corennnnn


RSS
Rev. Hora Autor
dc83f18 2016-08-16 04:38:14 Josh Gao

DO NOT MERGE: debuggerd: verify that traced threads belong to the right process. am: 8d6ca194ee am: 8f7cc0e387 -s ours am: be9d9fc379 -s ours am: 2071bcfa75 -s ours am: 7fe65ab421 am: b92fecf460
am: 48cd7ddd89 -s ours

Change-Id: Iaaf6bda3c6331c437116cde7913a5b8562854390

fdb4cd4 2016-08-16 04:33:36 Josh Gao

Merge "DO NOT MERGE: debuggerd: verify that traced threads belong to the right process." into klp-dev am: 23effb07ee am: ac3fbb1a4a am: 7ed0995930 -s ours am: 58dd6f7cba -s ours am: 55259f320b
am: 9183477cca

Change-Id: Idf1fc233cf76a144b1f410962f6b2b5527867c42

48cd7dd 2016-08-16 04:33:35 Josh Gao

DO NOT MERGE: debuggerd: verify that traced threads belong to the right process. am: 8d6ca194ee am: 8f7cc0e387 -s ours am: be9d9fc379 -s ours am: 2071bcfa75 -s ours am: 7fe65ab421
am: b92fecf460

Change-Id: Ie10d035b8a18c39bd15e72afc6f270fe33aff63a

9183477 2016-08-16 04:10:12 Josh Gao

Merge "DO NOT MERGE: debuggerd: verify that traced threads belong to the right process." into klp-dev am: 23effb07ee am: ac3fbb1a4a am: 7ed0995930 -s ours am: 58dd6f7cba -s ours
am: 55259f320b

Change-Id: I7a4c95b1d5b4ec51fea7867e490d50cb9138871d

b92fecf 2016-08-16 04:10:11 Josh Gao

DO NOT MERGE: debuggerd: verify that traced threads belong to the right process. am: 8d6ca194ee am: 8f7cc0e387 -s ours am: be9d9fc379 -s ours am: 2071bcfa75 -s ours
am: 7fe65ab421

Change-Id: I5ff20f785127d356eae5c0626cc4cc994d638109

55259f3 2016-08-16 04:05:10 Josh Gao

Merge "DO NOT MERGE: debuggerd: verify that traced threads belong to the right process." into klp-dev am: 23effb07ee am: ac3fbb1a4a am: 7ed0995930 -s ours
am: 58dd6f7cba -s ours

Change-Id: Ia416c2ddc18630671ab7e27d25792dd601f309df

7fe65ab 2016-08-16 04:05:10 Josh Gao

DO NOT MERGE: debuggerd: verify that traced threads belong to the right process. am: 8d6ca194ee am: 8f7cc0e387 -s ours am: be9d9fc379 -s ours
am: 2071bcfa75 -s ours

Change-Id: I491d40595bf23ea2a8b9db6df1c57b6e6e281604

58dd6f7 2016-08-16 04:01:10 Josh Gao

Merge "DO NOT MERGE: debuggerd: verify that traced threads belong to the right process." into klp-dev am: 23effb07ee am: ac3fbb1a4a
am: 7ed0995930 -s ours

Change-Id: I5e4be4eaca413d2f1a8027cf5fa69be9e1d9a644

2071bcf 2016-08-16 04:01:10 Josh Gao

DO NOT MERGE: debuggerd: verify that traced threads belong to the right process. am: 8d6ca194ee am: 8f7cc0e387 -s ours
am: be9d9fc379 -s ours

Change-Id: I8c637fa765c4f6b79354855f245e78b82b87e3bf

7ed0995 2016-08-16 03:57:27 Josh Gao

Merge "DO NOT MERGE: debuggerd: verify that traced threads belong to the right process." into klp-dev am: 23effb07ee
am: ac3fbb1a4a

Change-Id: I6988483d7d461c1accdb27130517d11d0fdd7f0e

be9d9fc 2016-08-16 03:57:09 Josh Gao

DO NOT MERGE: debuggerd: verify that traced threads belong to the right process. am: 8d6ca194ee
am: 8f7cc0e387 -s ours

Change-Id: I073d06e3ee81c39bfaca866783de2113ac13cf72

ac3fbb1 2016-08-16 03:29:09 Josh Gao

Merge "DO NOT MERGE: debuggerd: verify that traced threads belong to the right process." into klp-dev
am: 23effb07ee

Change-Id: If1aa441cf204ce5f3e56b9c1d2637acae72a83e1

8f7cc0e 2016-08-16 03:29:09 Josh Gao

DO NOT MERGE: debuggerd: verify that traced threads belong to the right process.
am: 8d6ca194ee

Change-Id: I1459607b655da6e01bd5d59e31bdb6d79d504431

23effb0 2016-08-16 03:18:44 Josh Gao

Merge "DO NOT MERGE: debuggerd: verify that traced threads belong to the right process." into klp-dev

3da1e5c 2016-08-14 17:07:41 gitbuildkicker

merge in nyc-mr1-release history after reset to nyc-mr1-dev

31285aa 2016-08-14 13:42:40 Chih-Wei Huang

ueventd: load all modules with the matched alias

Originally we only load the first module with the matched alias.
It causes some necessary modules are not loaded.

acb9fc8 2016-08-14 12:23:20 Chih-Wei Huang

init: enlarge the time to wait coldboot done

We need more time to probe and load all modules.
If 10s is still not enough for you, let me know.

f34d76e 2016-08-12 23:31:47 Mark Salyzyn

logd: klogd crash (part deux)

(cherry pick from commit 83b247891cea88347b759d638814cea61995d2ca)

LogBuffer::pidToUid(pid_t pid) { return stats.pidToUid(pid); }
needs to have LogBuffer::lock()/unlock() to prevent unordered_map
data corruption. This can lead to multiple symptoms, crashes and
continuous spins on corrupted iterators.

Bug: 30688716
Bug: 30050636
Bug: 30614675
Bug: 25620123
Bug: 30792935
Change-Id: I1d8fec8e5fda98c6a08645e7456b081507696b3c

c1167dd 2016-08-12 05:32:49 Josh Gao

Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev am: 73c59ad77c am: 015d662cb8 am: 00d389f392 am: 8dad649c6d -s ours
am: cfb8b6aea6

Change-Id: I1d064970bcc827b16feb4ac03268964869b15ccc

557d55a 2016-08-12 05:32:48 Josh Gao

DO NOT MERGE: adb: reenable (and fix) Windows build. am: 804de7a29e am: 5c4bf3d66f am: 5cee87ea25 am: 09b5b49e9b -s ours
am: 8b2a975e12

Change-Id: I0950169fe2ff83f08f04bbecba9644dc456e2532

cfb8b6a 2016-08-12 05:29:12 Josh Gao

Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev am: 73c59ad77c am: 015d662cb8 am: 00d389f392
am: 8dad649c6d -s ours

Change-Id: Ic0c3050f457e3ccdd7ec101b74e61aae7a49f1b1

8b2a975 2016-08-12 05:29:11 Josh Gao

DO NOT MERGE: adb: reenable (and fix) Windows build. am: 804de7a29e am: 5c4bf3d66f am: 5cee87ea25
am: 09b5b49e9b -s ours

Change-Id: I51de5bec7e0927a180b127271addb06bb0ff9e7b

8dad649 2016-08-12 05:26:11 Josh Gao

Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev am: 73c59ad77c am: 015d662cb8
am: 00d389f392

Change-Id: I37bd5978fd4ca52eda6960116103d321eef432fb

09b5b49 2016-08-12 05:26:11 Josh Gao

DO NOT MERGE: adb: reenable (and fix) Windows build. am: 804de7a29e am: 5c4bf3d66f
am: 5cee87ea25

Change-Id: I76cecf9ef71ce9f631130868d402125b1e6ba9e3

00d389f 2016-08-12 05:22:40 Josh Gao

Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev am: 73c59ad77c
am: 015d662cb8

Change-Id: I3cb4380aeb347bf255c4fb6f4430db62e4a83407

5cee87e 2016-08-12 05:22:40 Josh Gao

DO NOT MERGE: adb: reenable (and fix) Windows build. am: 804de7a29e
am: 5c4bf3d66f

Change-Id: I4977bc17d446cc2b8959058e3e13ccf17e10857b

015d662 2016-08-12 05:19:09 Josh Gao

Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev
am: 73c59ad77c

Change-Id: I04df96934b6ea82865f94fcff0daf1bbd9ba63d2

5c4bf3d 2016-08-12 05:19:09 Josh Gao

DO NOT MERGE: adb: reenable (and fix) Windows build.
am: 804de7a29e

Change-Id: I4dc4d5cb64c4757894fbdff1b3e12426aa965aa7

73c59ad 2016-08-12 05:09:30 TreeHugger Robot

Merge "DO NOT MERGE: adb: reenable (and fix) Windows build." into mnc-dev

804de7a 2016-08-12 03:29:43 Josh Gao

DO NOT MERGE: adb: reenable (and fix) Windows build.

This branch is still getting used to build some SDK targets.

Bug: http://b/30767018
Change-Id: I85b03a80d69ceef5e5333505f0832129387ed2da