summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorqctecmdr <qctecmdr@localhost>2019-07-11 22:01:59 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-07-11 22:01:59 -0700
commit2ad408f4ef6284bfe4c64df6a626a23ef90cf40b (patch)
tree9a63c8314e358b645d5bcaadc63b4cda31dcac83
parent8e4b0d6ca5eafd72ea66ca17147fd9774495d752 (diff)
parent267f1d58729c74ea292e5318c035592870282e3b (diff)
downloadandroid_vendor_qcom_opensource_data-ipa-cfg-mgr-2ad408f4ef6284bfe4c64df6a626a23ef90cf40b.tar.gz
android_vendor_qcom_opensource_data-ipa-cfg-mgr-2ad408f4ef6284bfe4c64df6a626a23ef90cf40b.tar.bz2
android_vendor_qcom_opensource_data-ipa-cfg-mgr-2ad408f4ef6284bfe4c64df6a626a23ef90cf40b.zip
Merge "ipacm: Update xlat debug print to avoid ipacm crash"
-rw-r--r--ipacm/src/IPACM_Wan.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ipacm/src/IPACM_Wan.cpp b/ipacm/src/IPACM_Wan.cpp
index 11c371c..3447207 100644
--- a/ipacm/src/IPACM_Wan.cpp
+++ b/ipacm/src/IPACM_Wan.cpp
@@ -1897,10 +1897,13 @@ int IPACM_Wan::handle_route_add_evt(ipa_ip_type iptype)
IPACM_Wan::xlat_mux_id = 0;
wanup_data->xlat_mux_id = 0;
if(m_is_sta_mode != WLAN_WAN) //both q6_wan/q6_mhi_wan
+ {
wanup_data->mux_id = ext_prop->ext[0].mux_id;
+ IPACMDBG_H("mux_id: %d\n", wanup_data->mux_id);
+ }
else
wanup_data->mux_id = 0;
- IPACMDBG_H("No xlat configuration mux-id %d %d\n", ext_prop->ext[0].mux_id, wanup_data->mux_id);
+ IPACMDBG_H("No xlat configuration\n");
}
evt_data.event = IPA_HANDLE_WAN_UP;
evt_data.evt_data = (void *)wanup_data;