replicant-frameworks_native/cmds
Colin Cross b1ce49b2ed atrace: avoid unnecessary writes to trace_clock
Writing to trace_clock erases the trace buffer, even if the value
hasn't changed.  This prevents use of --async_start and --async_dump
to leave background tracing running and dump after an even that
needs debugging, because --async_dump writes to trace_clock and
resets the buffer before it can read it.

Read and parse the current value from trace_clock before writing,
and skip the write if the value isn't changing.

Change-Id: Ia2ec5bb654fb0bd179771b511ff261731ba47dca
2014-08-20 14:28:47 -07:00
..
atrace atrace: avoid unnecessary writes to trace_clock 2014-08-20 14:28:47 -07:00
bugreport releax wait timeout on start of dumpstate service 2014-01-15 15:58:54 -08:00
dumpstate Improve network connectivity dumping. 2014-07-31 01:56:12 +00:00
dumpsys add dumpsys -l to list available services 2013-06-13 16:32:26 -07:00
flatland GLConsumer: Stop using default constructor params 2014-06-24 13:09:19 -07:00
installd Disable verification based on vold.decrypt. [frameworks/native] 2014-08-15 09:57:55 -07:00
ip-up-vpn Add liblog 2013-04-09 21:55:39 -07:00
rawbu Add a note about emulated sdcard in rawbu usage dump 2013-06-14 10:43:39 -07:00
service libutils clean-up 2013-05-07 18:28:11 -07:00
servicemanager Add MAC for remaining service_manager functionality. 2014-07-15 10:11:33 -07:00