ril: collect haldebug log in bugreport

File is generated when RIL crash to keep haldebug log.

Bug: 129143228
Test: Bugreport has these files.
Change-Id: I4781c77aa198336600998d737e5684225d412995
diff --git a/dumpstate/DumpstateDevice.cpp b/dumpstate/DumpstateDevice.cpp
index cb27cf3..c092d62 100755
--- a/dumpstate/DumpstateDevice.cpp
+++ b/dumpstate/DumpstateDevice.cpp
@@ -135,6 +135,8 @@
         const std::string tcpdumpLogDir = "/data/vendor/tcpdump_logger/logs";
         const std::string extendedLogDir = "/data/vendor/radio/extended_logs";
         const std::vector<std::string> rilAndNetmgrLogs{
+            "/data/vendor/radio/haldebug_ril0",
+            "/data/vendor/radio/haldebug_ril1",
             "/data/vendor/radio/ril_log0",
             "/data/vendor/radio/ril_log0_old",
             "/data/vendor/radio/ril_log1",