commit | 6245591ad071e72eb7408adc11cc2c551b4835dd | [log] [tgz] |
---|---|---|
author | Ravneet <rdhanjal@google.com> | Tue Apr 25 01:30:23 2023 +0000 |
committer | Ravneet Dhanjal <rdhanjal@google.com> | Thu May 04 19:17:41 2023 +0000 |
tree | 48ba2198cfd61caae9821a440e6661877b913a91 | |
parent | ffd9771bb809c24867702e4848b5f5b286c4e2f0 [diff] [blame] |
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();