Camera: Remove tid and pid from abort message

- Remove pid and tid from abort message
so it can be used to dupe watchdog bugs
that were triggered by the same call

Bug: 279520262
Test: Tested manually
Change-Id: I0d6d11544caf68353afdbf4aa6ba6bfa086b36d4
Merged-In: I0d6d11544caf68353afdbf4aa6ba6bfa086b36d4
(cherry picked from commit a925d0d535a05e2827de28cd54be4a41842af22b)
diff --git a/services/camera/libcameraservice/CameraServiceWatchdog.h b/services/camera/libcameraservice/CameraServiceWatchdog.h
index 6f8858a..de6ac9e 100644
--- a/services/camera/libcameraservice/CameraServiceWatchdog.h
+++ b/services/camera/libcameraservice/CameraServiceWatchdog.h
@@ -144,7 +144,7 @@
      */
     void stop(uint32_t tid);
 
-    std::string getAbortMessage(int pid, int tid, std::string functionName);
+    std::string getAbortMessage(const std::string& functionName);
 
     virtual bool    threadLoop();