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

Commit d2cf0ce9 authored by Jack Yu's avatar Jack Yu
Browse files

Reduced the radio log

Reduced the radio log by moving some to VDBG or merging few lines
into one.

bug: 25956251
Change-Id: I290d894e95c9fdd664db35fd0cee3536c37dbd20
parent 8c79fe5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1207,7 +1207,7 @@ public class SubscriptionManager {
            }
        } catch (RemoteException ex) {
        }
        logd("getSimStateForSubscriber: simState=" + simState + " slotIdx=" + slotIdx);

        return simState;
    }