1. 10 Feb, 2016 1 commit
  2. 09 Feb, 2016 3 commits
    • Mark Salyzyn's avatar
      Merge changes I6b499f53,If821ed21 · c658aee7
      Mark Salyzyn authored
      * changes:
        dumpstate: report process times
        Add option to #define _DUMPSTATE_DRY_RUN_ to skip the actual dumps.
      c658aee7
    • Mark Salyzyn's avatar
      dumpstate: report process times · 0751efa6
      Mark Salyzyn authored
      - Fix per-pid helper to pick up comm if cmdline is empty
        and assume kernel thread.
      - Add per pid report command line user time if not kernel thread,
        system time and I/O time, plus percentage if non zero.
      
      Bug: 26966375
      Change-Id: I6b499f535cc3687eb468b32ae39e7d151dffb11f
      0751efa6
    • Felipe Leme's avatar
      Add option to #define _DUMPSTATE_DRY_RUN_ to skip the actual dumps. · 68116161
      Felipe Leme authored
      (cherry picked from commit 93d705b6)
      
      Such option is useful when debugging dumpstate itself, since it will
      finish much sooner and its output will be much smaller.
      
      Change-Id: If821ed21715461bf82eea0b2be4b926239ad69da
      68116161
  3. 06 Feb, 2016 1 commit
  4. 05 Feb, 2016 5 commits
  5. 04 Feb, 2016 1 commit
  6. 03 Feb, 2016 5 commits
  7. 02 Feb, 2016 2 commits
  8. 01 Feb, 2016 3 commits
  9. 30 Jan, 2016 1 commit
    • Christopher Wiley's avatar
      Add support for decoding UTF16 to UTF8 · 9a5e32f1
      Christopher Wiley authored
      This is helpful because many native service developers use std::string
      internally, and String16 doesn't work very well with many C++
      primitives.
      
      Bug: 26729450
      Test: Integration test appears to show this is correct.
      
      Change-Id: Ib75068881da28fd8515685bcbcbe864ba3b7ec23
      9a5e32f1
  10. 28 Jan, 2016 2 commits
  11. 27 Jan, 2016 6 commits
  12. 26 Jan, 2016 2 commits
  13. 25 Jan, 2016 2 commits
  14. 12 Jan, 2016 1 commit
  15. 06 Jan, 2016 1 commit
    • Samuel Tan's avatar
      Add PersistableBundle.aidl into binder includes · 07b0cd6d
      Samuel Tan authored
      Add the PersistableBundle.aidl into the new /aidl/binder/
      subdirectory (along with the necessary 'android' and 'os'
      subdirectories) so that the aidl file will live alongside
      its native implementation in libbinder. This change will
      allow native-only Android checkouts (e.g. Brillo) to use
      PersistableBundle.
      
      The /aidl/ subdirectory should henceforth contain any
      aidl files that live with native code.
      
      BUG: 26292234
      Change-Id: I07b49dad8afd679f33e41fa9044dffc02ec25e3e
      07b0cd6d
  16. 05 Jan, 2016 1 commit
  17. 24 Dec, 2015 2 commits
  18. 22 Dec, 2015 1 commit