Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8806388d authored by Mohamed Abdalkader's avatar Mohamed Abdalkader
Browse files

Add log message in ImsManager

There is about 3 or 4 reaons we can reach this place in the code.
Adding log message to make it easier for clients to find the issue.

Test: None, just adding log message
Change-Id: I0e430bfa0f63af25ed30fcb82899e32fd12e11d4
parent d449b236
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -237,6 +237,7 @@ public class ImsManager {
                                }
                            }
                        } catch (ImsException e) {
                            loge("notifyStateChanged(): ", e);
                            // Could not get the ImsService, retry!
                            notifyNotReady();
                            retryGetImsService();