Revert "Dumpsys also includes service PIDs."
This reverts commit f5ea44ccc038d29eb953ce504e490528f7d46a30.
Reason for revert: Breaking suite/test-mapping-presubmit-retry_cloud-tf
which is expecting a different format.
Fixes: 141728094
Bug: 141187318
Change-Id: Ie71999d3099ec5bf9017f2a2631fb58249d5ca30
diff --git a/cmds/dumpsys/dumpsys.h b/cmds/dumpsys/dumpsys.h
index 8d1291a..c48a1e9 100644
--- a/cmds/dumpsys/dumpsys.h
+++ b/cmds/dumpsys/dumpsys.h
@@ -56,13 +56,12 @@
* the output to a pipe. Thread must be stopped by a subsequent callto {@code
* stopDumpThread}.
* @param serviceName
- * @param dumpPid whether to include a header with service PID information
* @param args list of arguments to pass to service dump method.
* @return {@code OK} thread is started successfully.
* {@code NAME_NOT_FOUND} service could not be found.
* {@code != OK} error
*/
- status_t startDumpThread(const String16& serviceName, bool dumpPid, const Vector<String16>& args);
+ status_t startDumpThread(const String16& serviceName, const Vector<String16>& args);
/**
* Writes a section header to a file descriptor.