- 08 May, 2013 4 commits
-
-
The Android Automerger authored
-
repo sync authored
-
repo sync authored
Bug: 8841348 Change-Id: Ia1545288e8a8184feffaaa6158faad62f95cbcce
-
Jamie Gennis authored
-
- 07 May, 2013 1 commit
-
-
Jamie Gennis authored
This change adds a trace tag bit for Dalvik. It also allows the ATRACE_* macros to be called from code compiled for the host with no effect. Bug: 8856374 Change-Id: I9c17129d6cc170cae00b6500485b5b5fa4b5e647
-
- 01 May, 2013 1 commit
-
-
The Android Automerger authored
-
- 30 Apr, 2013 1 commit
-
-
repo sync authored
This forces a policy reload + fixcon to deal with dynamically delivered policy changing labels on device nodes. It's implemented as a new keyword in init. Bug: 8702843 Change-Id: I803cf1ecf6ff8318ce25dcc5cda4f292adc9738c
-
- 29 Apr, 2013 1 commit
-
-
The Android Automerger authored
-
- 26 Apr, 2013 1 commit
-
-
repo sync authored
-
- 25 Apr, 2013 3 commits
-
-
repo sync authored
Also adds triggers for going between enforcing and permissive status. Bug: 8702843 Change-Id: I841d80999b96acf6b6fd0a5408fb074952d6ae72
-
The Android Automerger authored
-
Jeff Tinker authored
-
- 24 Apr, 2013 1 commit
-
-
Jeff Tinker authored
bug: 8702754 Change-Id: I3b7988b64b1dcf4685624e4c1af938e132b82696
-
- 23 Apr, 2013 1 commit
-
-
Matthew Xie authored
DBUS had been needed by bluetooth bluz stack. It is not needed after we replaced bluez stack with bluedroid stack. bug 6872904 Change-Id: I3fa41c1dd4ac80bc679d5950b3b20c7f6d12265f
-
- 22 Apr, 2013 1 commit
-
-
The Android Automerger authored
-
- 18 Apr, 2013 3 commits
-
-
Christopher Tate authored
-
Christopher Tate authored
Restore the logging of the mem maps around the fault address along with the rest of the faulting thread's information. (It was still being written to the tombstone file, but the logging got dropped on the floor in the refactoring around AM report integration). Bug 8654694 Change-Id: Id8851fa765dfe6b6ce41ccfc39e85eaac0acc629
-
Alex Ray authored
-
- 17 Apr, 2013 1 commit
-
-
The Android Automerger authored
-
- 16 Apr, 2013 3 commits
-
-
Jamie Gennis authored
-
The Android Automerger authored
-
Jamie Gennis authored
This change adds the atrace_set_tracing_enabled call to libcutils. The call can be used to disable all tracing (of the atrace variety) for the current process. This is to be used to disable tracing in the Zygote process, as there is no way for Zygote to be notified of changes to the enabled trace tags. Change-Id: I0b691cc0dcfc65b16e3d17e1db2866a4deb253a7
-
- 15 Apr, 2013 8 commits
-
-
Geremy Condra authored
Bug: 8116902 (cherry picked from commit 47677a50) Change-Id: I2a50f68a53aee2c94d03d3e5ced1ea36337fde33
-
Ken Sumrall authored
A recent change to how libcutils is built requires liblog to be explicitly included in the link list if it's needed. Change-Id: I8547f5e65c488c8f6e314ccd4eb96606742272be
-
Ken Sumrall authored
-
Ken Sumrall authored
-
Ken Sumrall authored
-
The Android Automerger authored
-
Ken Sumrall authored
Currently, the output of e2fsck is not saved, and we have no insight into how many errors e2fsck is finding and fixing. Using the new abbreviated logging feature in liblogwrap, up to the first 100 lines, and last 4K bytes of the output of e2fsck is captured by fs_mgr, and added to the kernel log. Usually, the filesystem will be clean, and this will only add a few lines to the kernel log on boot, but when things go wrong, it should save enough to indicate what the problem is, without potentially filling the kernel log with only e2fsck output if the filesystem is really corrupted. Change-Id: I9c264798e6fe721c8f818b5ce15d0975027ddbdd
-
Ken Sumrall authored
Also add ability to do abbreviated logging where only the first 4K bytes and last 4K bytes of output are added to the desginated log. Also update standalog logwrapper command to support the new options. Change-Id: Ia49cbe58479b9f9ed077498d6852e20b21287bad
-
- 12 Apr, 2013 2 commits
-
-
Dianne Hackborn authored
Change-Id: I63398f282fe7bf04f1c4cefa8f602100f403fa7c
-
Ken Sumrall authored
Also change klog_init() to do nothing if already initialized. Change-Id: Ia2dfe914c9d9fd119fb8939508d57b15c9884663
-
- 11 Apr, 2013 1 commit
-
-
Ying Wang authored
For some prebuilts were built against libcutils with liblog in it. Unfortunately that means in the future if someone checks in prebuilts that are built against libcutils and they don't explicitly link against liblog, they will again prevent us from removing liblog from libcutils. Bug: 8587800 Bug: 8580410 Change-Id: I2a5ed6233df7e7d542d1e4167bec405750c0e671
-
- 10 Apr, 2013 2 commits
-
-
The Android Automerger authored
-
Ying Wang authored
Bug: 8580410 Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
-
- 09 Apr, 2013 1 commit
-
-
Alex Ray authored
Change-Id: I3f6676873febc793f7a4a5e06892cd9fadb35665
-
- 08 Apr, 2013 1 commit
-
-
The Android Automerger authored
-
- 05 Apr, 2013 2 commits
-
-
Christopher Tate authored
Also fixed the LOG() macro to actually write to the log again, tracking the change in _LOG() argument semantics. Bug 8322568 Change-Id: I79330c85c26d3ffb734315b6d0f2c0bb80bd234a
-
Elliott Hughes authored
(cherry picked from commit 707b8bbe) Bug: 8531731 Change-Id: I2785a07ef83e085f338d3094f9972de23117807c
-
- 04 Apr, 2013 1 commit
-
-
Jeff Sharkey authored
This prevents accidental bugreports on userdebug/eng devices. Bug: 8541006 Change-Id: Iefd15826090fd91434403f197cfd166e64400224
-