1. 08 May, 2013 1 commit
  2. 07 May, 2013 1 commit
    • Jamie Gennis's avatar
      libcutils: add a trace tag for Dalvik · 2b68e067
      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
      2b68e067
  3. 30 Apr, 2013 1 commit
    • repo sync's avatar
      Reload policy after setting up the data partition. · fee250d2
      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
      fee250d2
  4. 26 Apr, 2013 1 commit
  5. 25 Apr, 2013 2 commits
  6. 24 Apr, 2013 1 commit
  7. 23 Apr, 2013 1 commit
    • Matthew Xie's avatar
      Remove DBUS from make and header files · 7ee2e26e
      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
      7ee2e26e
  8. 18 Apr, 2013 3 commits
  9. 16 Apr, 2013 2 commits
  10. 15 Apr, 2013 7 commits
  11. 12 Apr, 2013 2 commits
  12. 11 Apr, 2013 1 commit
    • Ying Wang's avatar
      We need libcutils to include liblog · c796ed97
      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
      c796ed97
  13. 10 Apr, 2013 1 commit
    • Ying Wang's avatar
      Add liblog · 083b5ccb
      Ying Wang authored
      Bug: 8580410
      Change-Id: Iab3a9b4307f207c14a04a922cc7350c54e60e9ad
      083b5ccb
  14. 09 Apr, 2013 1 commit
  15. 05 Apr, 2013 2 commits
  16. 04 Apr, 2013 1 commit
  17. 03 Apr, 2013 3 commits
  18. 02 Apr, 2013 3 commits
  19. 01 Apr, 2013 2 commits
    • Mathias Agopian's avatar
      move tinyutils into its own namespace · 9857d99e
      Mathias Agopian authored
      I was fed-up with the constant conflicts in Eclipse
      with the "libutils" version.
      
      Also fix a few copyright notices.
      
      Change-Id: I8ffcb845af4b5d0d178f5565f64dfcfbfa27fcd6
      9857d99e
    • Christopher Tate's avatar
      debuggerd now notifies the Activity Manager about native crashes · ded2e5ac
      Christopher Tate authored
      The Activity Manager sets up a permission-guarded domain socket, which
      debuggerd connects to when a crash happens.  If this is successful,
      the daemon then mirrors the logged crash report to that socket, then
      closes it.
      
      Bug 8322568
      
      Change-Id: Ife0c772a628ef82e8457094e511ce1edbfe57460
      ded2e5ac
  20. 29 Mar, 2013 4 commits